Created
June 8, 2021 08:59
-
-
Save saschadoemer/e794af8eaafae524516733e0e147e6a5 to your computer and use it in GitHub Desktop.
[agrirouter] Logging configuration for Spring Boot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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