We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc59dd commit 3ff329dCopy full SHA for 3ff329d
1 file changed
core/src/main/java/com/predic8/membrane/core/interceptor/log/LogInterceptor.java
@@ -42,7 +42,7 @@
42
* </ul>
43
* </p>
44
* When supported, the log uses terminal colors to make the output easier to read and find. To overwrite the detection
45
- * of color support, set the system property <code>MEMBRANE_TERM_COLORS</code> to <code>true</code> or <code>false</code>.
+ * of color support, set the system property <code>MEMBRANE_DISABLE_TERM_COLORS</code> to <code>true</code> or <code>false</code>.
46
* @topic 4. Monitoring, Logging and Statistics
47
*/
48
@MCElement(name = "log")
0 commit comments