diff options
Diffstat (limited to 'src/main/resources/logback.xml')
-rw-r--r-- | src/main/resources/logback.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 6bc5fd5e..8d3164f0 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -292,7 +292,7 @@ <root level="INFO"> <appender-ref ref="asyncEELF" /> - <!-- <appender-ref ref="STDOUT" /> --> + <appender-ref ref="STDOUT" /> </root> <!-- Conductor Specific additions to squash WARNING and INFO --> |