Spring boot logger - explained

preview_player
Показать описание
====================================
Contact and feedback:

====================================

Spring boot logger
==================

Commons logging
- java util
- log4j2
- logback
- slf4j

Log format:
Timestamp LogLevel ProcessId --- ThreadName LoggerName(Class) : LogMessage

How to change logging pattern?
All logs are output to console and have color coding. change log pattern

how to add logs to a file?

how to enable debug, trace logging?
debug=true, trace=true

how to change logging level for a package?
package: loglevel

Рекомендации по теме
join shbcf.ru