Tweak logging pattern to a compact representation.

Add project name to Maven logger.
This commit is contained in:
Mark Paluch
2018-03-21 09:59:43 +01:00
parent 49b80f679b
commit a3d2df556a
2 changed files with 14 additions and 11 deletions

View File

@@ -18,4 +18,5 @@ deployment.gpg.executable=/usr/local/bin/gpg2
jira.api-url=https://jira.spring.io
# GitHub
github.api-url=https://api.github.com
github.api-url=https://api.github.com
logging.pattern.console=%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(%-20.20logger{19}){cyan}%clr(:){faint} %m%n%wEx