--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Logging/translations.py Fri Jun 07 13:58:16 2024 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Logging/translations.py Sun Jun 09 12:59:51 2024 +0200 @@ -85,6 +85,10 @@ "LoggingChecker", "avoid exc_info=True outside of exception handlers", ), + "L115": QCoreApplication.translate( + "LoggingChecker", + "avoid logging calls on the root logger", + ), } _loggingMessagesSampleArgs = {