30
Mar
2021

How to Enable Spring Boot Debug Logging?

To enable debug logging,

  1. we can start the application with the --debug switch.
  2. we can set the logging.level.root=debug property in application.properties file.
  3. We can set the logging level of root logger in supplied logging configuration file.
Share

Yaniv Levy

Yaniv Levy, Entrepreneur, visioner & technology passionate with over 20 years on vast experience as a Senior Software Engineer and a Software Architect.

You may also like...