We had a failure of our centralized logging server(s) in an upgrade, which caused some unexpected results. When the individual servers could no longer sent their messages via TCP it buffered those messages (yay). What was unexpected was that when the buffer filled, no local log was written (boo). It seems like I'm missing a configuration somewhere - shouldnt local files be written regardless of the state of a remote object?
What have I missed?


