Re: [cas-user] Format of Logs Routed to SysLog

2019-02-14 Thread Matthew Uribe
Hi Ray, Thanks for these options. I'm experimenting a little with both. I like the simplicity of the first option. Since you pointed it out, I did find it in the CAS documentation, but I don't think I would have noticed that without your having mentioned it. I also like the second option since

Re: [cas-user] Format of Logs Routed to SysLog

2019-02-14 Thread Matthew Uribe
Thanks David, We're not using Graylog, but your note about using UDP rather than TCP is advice I think I'll take! Thanks for keeping up with your documentation. It's a great resource. Matt On Thursday, February 14, 2019 at 8:58:59 AM UTC-7, David Curry wrote: > > Not a direct answer to your q

Re: [cas-user] Format of Logs Routed to SysLog

2019-02-14 Thread Ray Bon
Matthew, Add this to cas.properties (you will get used to the format after a while): cas.audit.useSingleLine=true Or you can use 'replace' in your logger which has the added benefit of handling java stack traces: <%level{WARN=28, DEBUG=31, ERROR=27, TRACE=

[cas-user] Format of Logs Routed to SysLog

2019-02-14 Thread Matthew Uribe
Hi all, We've just recently added the appender and logger to log4j2.xml referred to in the documentation to route logs to SysLog (CAS 5.2.x). However, each individual line is being sent as a separate log entry. Is there a way to keep all the relevant lines for an entry together? For example, e