You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2022/07/28 19:06:57 UTC

[GitHub] [tomcat] ppkarwasz opened a new pull request, #533: [Bug 66184] Ensure that all root loggers have a level or parent

ppkarwasz opened a new pull request, #533:
URL: https://github.com/apache/tomcat/pull/533

   Since Java 8 the default level of a root logger is no longer set in the
   constructor. This PR sets the level to INFO (LogManager's default) if it
   is absent.
   
   This patch should work on all the branches.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] [tomcat] markt-asf commented on pull request #533: [Bug 66184] Ensure that all root loggers have a level or parent

Posted by GitBox <gi...@apache.org>.
markt-asf commented on PR #533:
URL: https://github.com/apache/tomcat/pull/533#issuecomment-1216008668

   Thanks for the bug report and PR. I just want to clean up a few minor points (e.g. add a change log entry) and then I'll back-port this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] [tomcat] markt-asf merged pull request #533: [Bug 66184] Ensure that all root loggers have a level or parent

Posted by GitBox <gi...@apache.org>.
markt-asf merged PR #533:
URL: https://github.com/apache/tomcat/pull/533


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org