You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oodt.apache.org by "Yasith Jayawardana (JIRA)" <ji...@apache.org> on 2019/08/13 16:28:00 UTC

[jira] [Created] (OODT-1019) Incorrect Log Levels on .level, .FileHandler.level and .ConsoleHandler.level

Yasith Jayawardana created OODT-1019:
----------------------------------------

             Summary: Incorrect Log Levels on .level, .FileHandler.level and .ConsoleHandler.level
                 Key: OODT-1019
                 URL: https://issues.apache.org/jira/browse/OODT-1019
             Project: OODT
          Issue Type: Bug
            Reporter: Yasith Jayawardana
            Assignee: Imesha Sudasingha


Most logging levels are set to DEBUG, which is not a specified log level in java.util.Logging
These should be set to one of :
* SEVERE (highest value)
* WARNING
* INFO
* CONFIG
* FINE
* FINER
* FINEST (lowest value)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)