[logback-dev] [JIRA] Updates for LOGBACK-1650: Better error checking in case the config file tries to set the level of the ROOT logger to NULL

QOS.CH (JIRA) noreply-jira at qos.ch
Sun Aug 7 23:58:00 CEST 2022


logback / LOGBACK-1650 [Open]
Better error checking in case the config file tries to set the level of the ROOT logger to NULL

==============================

Here's what changed in this issue in the last few minutes.
This issue has been created
This issue is now assigned to you.

View or comment on issue using this link
https://jira.qos.ch/browse/LOGBACK-1650

==============================
 Issue created
------------------------------

Ceki Gülcü created this issue on 07/Aug/22 11:44 PM
Summary:              Better error checking in case the config file tries to set the level of the ROOT logger to NULL
Issue Type:           Bug
Affects Versions:     1.3.0-alpha16
Assignee:             Logback dev list
Components:           Joran
Created:              07/Aug/22 11:44 PM
Fix Versions:         1.3.0-beta0
Priority:             Major
Reporter:             Ceki Gülcü
Description:
  The level of the root logger cannot be set to NULL or INHERITED.
  
  In case the user tries to do so, Joran should provide better error handling.
  
  Possible config files:
  
  {code}
  <root level="NULL"/>
  
  <root>
   <level value="NULL"/>
  </root>
  
  <logger name="ROOT" level="NULL"/>
  
  <logger name="ROOT">
     <level value="NULL"/>
  </logger>
  {code}
  


==============================
 This message was sent by Atlassian Jira (v8.8.0#808000-sha1:e2c7e59)



More information about the logback-dev mailing list