Code review comment for lp:~sseman/juju-chaos-monkey/logging

Revision history for this message
John George (jog) wrote :

You would not need to provide and maintain the helper log() and log_error() functions if only the root logger was used. Then to write to the log each file would just need to import the logger module and call logger.info(), logger.warning, logger.error(), logger,critical(), logger.debug or logger.exception().

review: Needs Fixing

« Back to merge proposal