Review: Needs Fixing 73 + if ((log_levels & LogLevelFlags.LEVEL_DEBUG) != 0) 74 + output = stdout;
Only WARNING and higher levels should be logged to stderr. -- https://code.launchpad.net/~rainct/zeitgeist/custom-log-handler/+merge/93289 Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist. _______________________________________________ Mailing list: https://launchpad.net/~zeitgeist Post to : [email protected] Unsubscribe : https://launchpad.net/~zeitgeist More help : https://help.launchpad.net/ListHelp

