This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bialix
Recipients bialix, paul.moore, r.david.murray, steve.dower, tim.golden, vinay.sajip, zach.ware
Date 2015-09-15.14:28:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442327299.62.0.872035020714.issue25121@psf.upfronthosting.co.za>
In-reply-to
Content
Update to previous comment. I use the same settings for tornado logger (e.g. filename).

    logger = logging.getLogger('tornado')
    setup_logger(logger, log_config)

So I have 2 loggers in one application which are trying to write to the same file. I guess it's out of supported use cases?
History
Date User Action Args
2015-09-15 14:28:19bialixsetrecipients: + bialix, paul.moore, vinay.sajip, tim.golden, r.david.murray, zach.ware, steve.dower
2015-09-15 14:28:19bialixsetmessageid: <1442327299.62.0.872035020714.issue25121@psf.upfronthosting.co.za>
2015-09-15 14:28:19bialixlinkissue25121 messages
2015-09-15 14:28:19bialixcreate