Message9579

Author zyasoft
Recipients pekka.klarck, zyasoft
Date 2015-03-03.23:39:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425425957.17.0.613088296606.issue2278@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-03-03 23:39:17zyasoftsetrecipients: + zyasoft, pekka.klarck
2015-03-03 23:39:17zyasoftsetmessageid: <1425425957.17.0.613088296606.issue2278@psf.upfronthosting.co.za>
2015-03-03 23:39:17zyasoftlinkissue2278 messages
2015-03-03 23:39:16zyasoftcreate