Thanks for your answer! I also measured the logging performance. So, to the cons I can add that logging to syslog is almost twice slower, than to the ordinary text file.
– weekensApr 17 '12 at 09:23
Would you mind posting the results of your performance test? I am facing a similar issue and am curious to know the numbers. Thanks!
– user2977636Mar 09 '17 at 17:23
1
I'd also list under cons that multiline logging formats that some apps use get easily bloated and confused if the underlying syslog agent isn't configured to deal with it. E.g. Imagine a java stack trace where every line is treated as a separate event by syslog and has a syslog header in front of it.
– JPvRielJun 27 '18 at 16:45