feisishui / ct-log

基于spring boot的日志系统组件,提供操作日志输出及记录功能

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

配置示例说明

ct:
  log:
  	enabled: true				#是否开启操作日志功能,默认开启,可关闭
	ignore-get: false			#是否忽略Get请求
	short-method-name: true 	#方法记录是否使用简写(即仅为方法名,不为全限定名)

About

基于spring boot的日志系统组件,提供操作日志输出及记录功能


Languages

Language:Java 100.0%