jglick opened a new pull request #353: GlobFileBuiltQuery was logging things at INFO that were not meant to be URL: https://github.com/apache/incubator-netbeans/pull/353 @tstupka?s translation of `ErrorManager` in [98441f1](http://hg.netbeans.org/main/rev/98441f10031df437bfbae8a391e74aaeacb33933) was a bit off, resulting in log noise like ``` INFO [org.netbeans.spi.project.support.ant.GlobFileBuiltQuery]: out of date (target: 0 vs. source: 1,514,920,750,000): GFBQ.StatusImpl[/tmp/JavaApplication1/src/javaapplication1/C.java@df5b8838:6eeb6792 -> /tmp/JavaApplication1/build/classes/javaapplication1/C.class] INFO [org.netbeans.spi.project.support.ant.GlobFileBuiltQuery]: isBuilt: false from GFBQ.StatusImpl[/tmp/JavaApplication1/src/javaapplication1/C.java@df5b8838:6eeb6792 -> /tmp/JavaApplication1/build/classes/javaapplication1/C.class] ``` Confusingly, `INFORMATIONAL` maps to different JUL levels depending on whether or not a throwable is included. (Seems like we need something in `org.netbeans.modules.apisupport.hints` to help update these usages in bulk and correctly.)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
