| 
      
      
      From: doublep <re...@bu...> - 2020-05-30 09:48:41
      
     | 
| 
New submission from doublep <pog...@gm...>:
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.
----------
components: Core
messages: 13072
nosy: doublep
severity: normal
status: open
title: Jython's logger is split from everything else without good reason
type: behaviour
versions: Jython 2.7.2
_______________________________________
Jython tracker <re...@bu...>
<https://bugs.jython.org/issue2896>
_______________________________________
 |