--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Logging/translations.py Sat Jun 08 15:01:47 2024 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Logging/translations.py Sat Jun 08 15:25:29 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 = {