Skip to content

Commit

Permalink
Merge pull request #3252 from bogdan-sava/fixes
Browse files Browse the repository at this point in the history
UI logging sanitizing
  • Loading branch information
bogdan-sava authored Jun 25, 2020
2 parents 1e565b2 + af75215 commit 97176b4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -65,6 +65,8 @@ open.lineage.server.name=open-lineage
################################################
### Logging
################################################
logging.pattern.console=${CONSOLE_LOG_PATTERN:%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} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %replace(%m){"password=.*", "password=*****"}%n${LOG_EXCEPTION_CONVERSION_WORD:%wEx}}
logging.pattern.file=${logging.pattern.console}
logging.level.root=ERROR
logging.level.org.springframework=ERROR
logging.level.org.springframework.boot.web.embedded.tomcat=INFO

0 comments on commit 97176b4

Please sign in to comment.