eg. this excerpt from my `application.yml` in Spri...
# getting-started
p
eg. this excerpt from my
application.yml
in Spring Boot + Kotlin + Exposed application
Copy code
logging.level:
  root: info
  package.of.my.app: debug
  Exposed: debug