ppkarwasz commented on PR #3880: URL: https://github.com/apache/logging-log4j2/pull/3880#issuecomment-3198532051
Unfortunately, yes! We do plan to lower the default level of the status logger to `WARN` (see e.g. #1592), but there are still a number of issues to resolve first. For example, the code below will **always** emit a warning if `bufferedIo` is `false`, because `bufferSize` is initialized to a non-zero value: https://github.com/apache/logging-log4j2/blob/e84655e22366b690afa48d4d1a8be02c0f799c73/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/FileAppender.java#L97-L99 We have several other cases like this. Until we can be confident that a user following the documented configuration won’t see spurious warnings, we’re holding off on lowering the threshold. -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org