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 feinsteinben
Recipients feinsteinben, vinay.sajip
Date 2018-03-15.08:44:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CA+U30-AySWMvGTtTRTiTW-n6DjYedd3k06qpP7DewPzK2czW=w@mail.gmail.com>
In-reply-to <1521091528.75.0.467229070634.issue33057@psf.upfronthosting.co.za>
Content
I use the logging module to log records of lab experiments. I have two
types of loggers, one for experiment results ("data") and another for
general information. I think that having a different managers for data
loggers is the easiest way to do it.

On Thu, Mar 15, 2018, 07:25 Vinay Sajip <report@bugs.python.org> wrote:

>
> Vinay Sajip <vinay_sajip@yahoo.co.uk> added the comment:
>
> The logRecordFactory attribute was added but never used and is part of an
> internal API (the Manager isn't documented, on purpose). Why do you need a
> manager-specific factory?
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue33057>
> _______________________________________
>
History
Date User Action Args
2018-03-15 08:44:48feinsteinbensetrecipients: + feinsteinben, vinay.sajip
2018-03-15 08:44:48feinsteinbenlinkissue33057 messages
2018-03-15 08:44:48feinsteinbencreate