We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f0638 commit 9f2de61Copy full SHA for 9f2de61
logback-core/src/main/java/ch/qos/logback/core/ConsoleAppender.java
@@ -85,6 +85,8 @@ private void targetWarn(String val) {
85
86
@Override
87
public void start() {
88
+ addInfo("BEWARE: Writing to the console can be very slow. Avoid logging to the ");
89
+ addInfo("console in production, especially in high volume systems.");
90
OutputStream targetStream = target.getStream();
91
// enable jansi only if withJansi set to true
92
if (withJansi) {
0 commit comments