Message12858

Author jeff.allen
Recipients gbach, jeff.allen
Date 2019-12-18.21:13:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576703637.32.0.93013819701.issue2844@roundup.psfhosted.org>
In-reply-to
Content
"PrePy.java needs the org.python.level defined in logging.properties or else it fails with an NPE."

Yes, I found the same while trying to turn bits of logging off and on thanks to your raising this issue. I have already committed a fix locally. Actually, you have diagnosed it more precisely than I did. I made it report Level.INFO in the parent is null without an explicit level being found.

The intention in introducing the "org.python" logging was to blend what Jython has to say with the logging infrastructure of applications like yours. If I've mucked it up, that's not by design. If you trace why you can't get the application up to more bugs, do let us know.

I infer that you got the tutorial working as I did.
History
Date User Action Args
2019-12-18 21:13:57jeff.allensetmessageid: <1576703637.32.0.93013819701.issue2844@roundup.psfhosted.org>
2019-12-18 21:13:57jeff.allensetrecipients: + jeff.allen, gbach
2019-12-18 21:13:57jeff.allenlinkissue2844 messages
2019-12-18 21:13:57jeff.allencreate