Message13072
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. |
|
Date |
User |
Action |
Args |
2020-05-30 09:48:18 | doublep | set | recipients:
+ doublep |
2020-05-30 09:48:18 | doublep | set | messageid: <1590832098.37.0.823617514632.issue2896@roundup.psfhosted.org> |
2020-05-30 09:48:18 | doublep | link | issue2896 messages |
2020-05-30 09:48:18 | doublep | create | |
|