Open
Description
In the example below, line 92 uses a log level of FINER
in a logging statement that describes a failure that happens under a certain condition. In contrast, line 99 contains an informational log but has the same level of FINER
. This contrast in severity is pronounced by the high-level exception thrown on line 96. Should the level in line 92 be greater than FINER
?
opengrok/plugins/src/opengrok/auth/plugin/LdapFilterPlugin.java
Lines 90 to 99 in 9ce52a2