Skip to content

Commit 8d2262d

Browse files
committed
soften warning on using ConsoleAppender
Signed-off-by: ceki <[email protected]>
1 parent c76fed3 commit 8d2262d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

logback-core/src/main/java/ch/qos/logback/core/ConsoleAppender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private void targetWarn(String val) {
8888

8989
@Override
9090
public void start() {
91-
addInfo("BEWARE: Writing to the console can be very slow. Avoid logging to the ");
91+
addInfo("NOTE: Writing to the console can be slow. Try to avoid logging to the ");
9292
addInfo("console in production environments, especially in high volume systems.");
9393
addInfo("See also "+CONSOLE_APPENDER_WARNING_URL);
9494
OutputStream targetStream = target.getStream();

0 commit comments

Comments
 (0)