Skip to content

Commit 3ff329d

Browse files
Fix LogInterceptor documentation (#2695)
1 parent ebc59dd commit 3ff329d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/com/predic8/membrane/core/interceptor/log/LogInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* </ul>
4343
* </p>
4444
* 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>.
45+
* of color support, set the system property <code>MEMBRANE_DISABLE_TERM_COLORS</code> to <code>true</code> or <code>false</code>.
4646
* @topic 4. Monitoring, Logging and Statistics
4747
*/
4848
@MCElement(name = "log")

0 commit comments

Comments
 (0)