hslogger and metalog compatibility

23 Dec
2013
23 Dec
'13
4:20 p.m.
Is anyone else using metalog (syslog implementation) along with hslogger to log to syslog? If I run the following with syslog-ng, it works. With metalog, I get nothing. Just want to make sure it isn't me before I report it. Prelude> :set prompt "ghci> " ghci> :m +System.Log.Logger ghci> :m +System.Log.Handler.Syslog ghci> sl <- openlog rootLoggerName [] USER DEBUG ghci> updateGlobalLogger rootLoggerName (addHandler sl) ghci> errorM rootLoggerName "This won't show up with metalog."
4167
Age (days ago)
4167
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michael Orlitzky