oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.34k stars 745 forks source link

"null.null" in Configuration refresh message in Tomcat #812

Closed kosi2801 closed 5 years ago

kosi2801 commented 10 years ago

When the "OpenGrok" script sends the running Tomcat a signal to refresh its configuration, the catalina.out contains a line

27-Mar-2014 00:17:04.749 INFO [Thread-22] null.null Configuration updated: /var/opengrok/src

It's only cosmetics, but probably the null.null could either be left out or be set to something meaningful.

tulinkry commented 5 years ago

I believe there's nothing we can do about this. It's a problem of the logging facility. Also I haven't encountered this problem with recent code. A candidate for closing.