Message9579
Jython logs to stderr, up to a verbosity level of -vvv, a variety of runtime events, most notably in import resolution. The logging code is simple: https://github.com/jythontools/jython/blob/master/src/org/python/core/Py.java#L1992
It would be helpful to get more detailed runtime output by expanding what is logged; choice of output log; and especially with timestamps. Such instrumentation could help diagnose problems in say excessively long import times.
We should look at integrating with some widely used instrumentation package in doing so. |
|
Date |
User |
Action |
Args |
2015-03-03 23:39:17 | zyasoft | set | recipients:
+ zyasoft, pekka.klarck |
2015-03-03 23:39:17 | zyasoft | set | messageid: <1425425957.17.0.613088296606.issue2278@psf.upfronthosting.co.za> |
2015-03-03 23:39:17 | zyasoft | link | issue2278 messages |
2015-03-03 23:39:16 | zyasoft | create | |
|