Logging not working as expected
When starting vispa with ./bin/vispa -l info
, the console output is
[15/Mar/2013:11:35:25] ENGINE Creating database
INFO:cherrypy.error:[15/Mar/2013:11:35:25] ENGINE Creating database
[15/Mar/2013:11:35:25] ENGINE Started monitor thread '_TimeoutMonitor'.
INFO:cherrypy.error:[15/Mar/2013:11:35:25] ENGINE Started monitor thread '_TimeoutMonitor'.
[15/Mar/2013:11:35:25] ENGINE Serving on 127.0.0.1:4282
INFO:cherrypy.error:[15/Mar/2013:11:35:25] ENGINE Serving on 127.0.0.1:4282
[15/Mar/2013:11:35:25] ENGINE Bus STARTED
INFO:cherrypy.error:[15/Mar/2013:11:35:25] ENGINE Bus STARTED
The occurance of double logs seems to be buggy.
(from redmine: issue id 1292, created on 2013-03-15 by root, closed on 2013-03-15)
- Changesets:
- Revision 346 on 2013-03-15T11:49:52Z:
fix #1292: double logging to console
- Revision 346 on 2013-03-15T11:49:52Z:
fix #1292: double logging to console