Skip to content

Commit

Permalink
✨ 更新配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojun1998 committed Jul 21, 2019
1 parent c6e749d commit 9050ff5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ logging.level.org.crazycake.shiro=info
logging.file=d:/myapp.log
logging.pattern.console=%clr(%d{${LOG_DATEFORMAT_PATTERN:yyyy-MM-dd HH:mm:ss.SSS}}){faint} %clr(${LOG_LEVEL_PATTERN:%5p}) %clr(${PID}){magenta} %clr(---){faint} %clr([%15.15t]){faint} [%15.15X{username}] [%15.15X{ip}] %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n${LOG_EXCEPTION_CONVERSION_WORD:%wEx}

log.operation = false
log.login = false
shiro-action.log.operation = false
shiro-action.log.login = false
4 changes: 2 additions & 2 deletions src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ logging.level.org.crazycake.shiro=error
logging.file=./myapp.log
logging.pattern.console=%clr(%d{${LOG_DATEFORMAT_PATTERN:yyyy-MM-dd HH:mm:ss.SSS}}){faint} %clr(${LOG_LEVEL_PATTERN:%5p}) %clr(${PID}){magenta} %clr(---){faint} %clr([%15.15t]){faint} [%15.15X{username}]] [%15.15X{ip}] %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n${LOG_EXCEPTION_CONVERSION_WORD:%wEx}

log.operation = true
log.login = true
shiro-action.log.operation = true
shiro-action.log.login = true

0 comments on commit 9050ff5

Please sign in to comment.