Code review comment for lp:~ensoft-opensource/ensoft-sextant/minor_bugfixes

Revision history for this message
Patrick Stevens (patrickas) wrote :

I think it's because of Phil's addition:

logging.config.dictConfig({
         "version": 1,
         "handlers": {
             "console": {
                 "class": "logging.StreamHandler",
                 "level": logging.INFO,
                 "stream": "ext://sys.stderr",
             },
         },
         "root": {
             "level": logging.DEBUG,
             "handlers": ["console"],
         },
     })

which appears in sextant.environment or sextant.__main__, depending on
which revision you're looking at.

Patrick

On 26/08/14 15:02, Chris wrote:
> Did we work out why info logging was coming out?
> As discussed I thought logging defaulted to the level above info.

« Back to merge proposal