-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
I use metalog http://metalog.sourceforge.net/ on my development machines so I don't have to fiddle with logrotate all the time. I noticed that the following doesn't log anything when using metalog:
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."
If however I stop metalog and start syslog-ng, everything works as expected.
l29ah
Metadata
Metadata
Assignees
Labels
No labels