log4j2 info log has no output

<AsyncLogger name="cn.superion" level="info"
			additivity="false">
			<AppenderRef ref="Console" />
			<appender-ref ref="systemLog" />
		</AsyncLogger>

This piece of code forgot to configure, scan the package cn.superion and output
.

Guess you like

Origin blog.csdn.net/weixin_44215804/article/details/112279367