Skip to content

Instantly share code, notes, and snippets.

@saschadoemer
Created June 8, 2021 08:59
Show Gist options
  • Save saschadoemer/e794af8eaafae524516733e0e147e6a5 to your computer and use it in GitHub Desktop.
Save saschadoemer/e794af8eaafae524516733e0e147e6a5 to your computer and use it in GitHub Desktop.
[agrirouter] Logging configuration for Spring Boot
# This will result in Logging based on level INFO but for every aspect of the SDK the logging is turned off.
# Setting the value for the package will either increase or decrease the logging.
logging:
level:
root: info
com.dke.data.agrirouter: off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment