mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-08-29 09:30:20 +00:00
开发环境关闭日志生成,项目启动快;生产环境请按需打开注释
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user