Message13072

Author doublep
Recipients doublep
Date 2020-05-30.09:48:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590832098.37.0.823617514632.issue2896@roundup.psfhosted.org>
In-reply-to
Content
Jython's command line program uses its own loggers that is separated from normal logging output.  I.e. in file 'org/python/util/jython.java' there is this comment and corresponding code to do what it describes:

    // Make our "org.python" logger do its own output and not propagate to root.

For me, this defeats the whole point of logging: have an overview of what various parts of the application do, and how they do this together (so that I don't have to search for correspondences in timestamps in 10 different output files).

Please either make Jython logging completely like everything else or at least make this configurable so that I can e.g. just set something in environment.
History
Date User Action Args
2020-05-30 09:48:18doublepsetrecipients: + doublep
2020-05-30 09:48:18doublepsetmessageid: <1590832098.37.0.823617514632.issue2896@roundup.psfhosted.org>
2020-05-30 09:48:18doubleplinkissue2896 messages
2020-05-30 09:48:18doublepcreate