mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-25 15:18:14 +00:00
开发环境关闭日志生成,项目启动快;生产环境请按需打开注释
This commit is contained in:
parent
3d88147c59
commit
6ace7eae8a
@ -69,9 +69,11 @@
|
||||
<!-- 日志输出级别 -->
|
||||
<root level="INFO">
|
||||
<appender-ref ref="STDOUT" />
|
||||
|
||||
<!-- 开发环境关闭日志生成,项目启动快;生产环境请按需打开注释
|
||||
<appender-ref ref="FILE" />
|
||||
<appender-ref ref="HTML" />
|
||||
<appender-ref ref="FILE_HTML" />
|
||||
<appender-ref ref="FILE_HTML" /> -->
|
||||
</root>
|
||||
|
||||
</configuration>
|
||||
Loading…
x
Reference in New Issue
Block a user