summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--artifactbroker/packages/src/main/resources/etc/logback.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/artifactbroker/packages/src/main/resources/etc/logback.xml b/artifactbroker/packages/src/main/resources/etc/logback.xml
index e2d4869..1567a9c 100644
--- a/artifactbroker/packages/src/main/resources/etc/logback.xml
+++ b/artifactbroker/packages/src/main/resources/etc/logback.xml
@@ -242,6 +242,7 @@
<root level="INFO">
+ <appender-ref ref="STDOUT" />
<appender-ref ref="asyncEELFDebug" />
<appender-ref ref="asyncEELFError" />
</root>