The logging change is necessary since the fedmsg logging configuration will not have the default formatters and handlers set. If these aren't set, the script fails when configuring logging since there is no console handler.
formatters
handlers
console
+1.
+1
Pull-Request has been merged by gnaponie
The logging change is necessary since the fedmsg logging configuration
will not have the default
formattersandhandlersset. If thesearen't set, the script fails when configuring logging since there
is no
consolehandler.