Tonight I was debugging something for a client. Our Rails app uses SyslogLogger to log to syslog (instead of the files in log/*.log, like Rails is set up by default. We think there are some wins using syslog). I was trying to debug why some logging statements would show up, and some didn’t. In fact, and weren’t working for us. These correspond…