You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hrm-attendance/WEB-INF/prop/weaver_isSqlLog.properties

14 lines
513 B
Properties

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#决定是否启用sql日志 0不启用其他值启用默认为启用
isLog=1
#是否记录删除数据相关的日志 0不记录其他值记录默认为记录
isDeleteOrDropLog=1
#是否记录更新数据相关的日志 1记录其他值不记录默认为不记录
isInsertOrUpdateLog=1
#是否记录查询数据相关的日志 1记录其他值不记录默认为不记录
#此项请谨慎开启,可能会导致日志急剧增长
isSelectLog=0
#是否记录其他数据库操作相关的日志 1记录其他值不记录默认为不记录
isUnknowLog=0
#设置删除多少天以前的SQL日志默认是删除30天以前的日志
delDays=30