« Previous | Next » 

Revision 8ec69269

ID8ec69269fe47a62b0334bf5334b4b15aeceb280a

Added by Christos Stavrakakis over 11 years ago

Fix double logging of dispatcher

Dispatcher had as default handlers the console and the file handler.
However, when daemonizing, we redirect the stdout and stderr to the file
handler, which resulted in the log messages to be printed twice. So we
remove the console handler from the dict configuration, and we only add
a console handler when running on debug mode(not daemon).

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences