S

Shyam Dubey • 3.70K Points
Extraordinary

Q. How can you change logging levels for a specific package in Spring Boot?

  • (A) log.level.package=DEBUG
  • (B) log.package.debug=true
  • (C) logging.level.package-name=DEBUG
  • (D) debug.package=true
  • Correct Answer - Option(C)
  • Views: 6
  • Filed under category Springboot
  • Hashtags:

Explanation by: Shyam Dubey
Use logging.level.<package>=LEVEL to configure log levels for specific packages.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.