refactor(logging): 移除无用的属性.

additivity 并非用于 appender-ref, 该问题不影响任何功能, 属于初期开发遗漏的瑕疵.
This commit is contained in:
LamGC 2022-02-16 17:04:41 +08:00
parent 2c9e727ecd
commit 014e733d86
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -31,7 +31,7 @@
<root level="INFO">
<appender-ref ref="FILE_OUT"/>
<appender-ref ref="STD_ERR" additivity="false"/>
<appender-ref ref="STD_ERR"/>
<appender-ref ref="STD_OUT"/>
</root>
</configuration>