Centralized Logging -- Single Point of Failure?
Nate Klingenstein
ndk at internet2.edu
Mon May 6 12:37:21 EDT 2013
Makes perfect sense, thanks.
On May 6, 2013, at 16:33 , David Langenberg wrote:
If you're centralizing your logs via UNIX syslog, then you shouldn't have anything to worry about. Syslog is a send and forget protocol which works over UDP. If the log message doesn't make it to the syslog server, the node really doesn't care. So, I'd recommend using (in addition to the syslog appender) rolling-file-appenders with sensible rotation policies on the nodes themselves to ensure disk doesn't fill up. If the central log server dies, you'll still have copies of the logs locally.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130506/0bb4229a/attachment.html
More information about the users
mailing list