Introduce configurable logging.pattern.dateformat
Add configurable logger dateformat support for Logback and Log4j2. Closes gh-8516
This commit is contained in:
@@ -48,6 +48,7 @@ content into your application; rather pick only the properties that you need.
|
||||
logging.pattern.console= # Appender pattern for output to the console. Only supported with the default logback setup.
|
||||
logging.pattern.file= # Appender pattern for output to the file. Only supported with the default logback setup.
|
||||
logging.pattern.level= # Appender pattern for log level (default %5p). Only supported with the default logback setup.
|
||||
logging.pattern.dateformat= # Appender pattern for log dateformat (default yyyy-MM-dd HH:mm:ss.SSS). Only supported with the default logback setup.
|
||||
logging.register-shutdown-hook=false # Register a shutdown hook for the logging system when it is initialized.
|
||||
|
||||
# AOP
|
||||
|
||||
Reference in New Issue
Block a user