Skip to content

Commit 783399f

Browse files
committed
fix(docker): wire console appender to AsyncLogger for hugegraph server
1 parent fe5185f commit 783399f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • hugegraph-server/hugegraph-dist/src/assembly/static/conf

hugegraph-server/hugegraph-dist/src/assembly/static/conf/log4j2.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
</logger>
131131
<!-- Use mixed async way to output logs -->
132132
<AsyncLogger name="org.apache.hugegraph" level="INFO" additivity="false">
133+
<appender-ref ref="console"/>
133134
<appender-ref ref="file"/>
134135
</AsyncLogger>
135136
<AsyncLogger name="org.apache.hugegraph.auth" level="INFO" additivity="false">

0 commit comments

Comments
 (0)