Displaying 1 result from an estimated 1 matches for "custom_app_log".
2007 May 21
1
Sysloglogger with multiple logs
...ation logging and
it works great. I want to do my custom application logging to a seperate
log but I''m having problems. I create the default application logger
with SyslogLogger.new (leaving it with the the default application name)
my second instance of the SyslogLogger I pass it the name
custom_app_log. Now in my syslog-ng conf I have 2 seperate filters for
my app, one deafault filter that catches "rails" and the second custom
filter which should catch "custom_app_log",,,, My default filter works
fine but my custom logging isn''t happening, anybody got ideas about
wher...