diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ab3fd7f..2214222 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -52,4 +52,9 @@ db.sql.user=sa db.sql.password= db.ddl.strategy=create -matcher.uri=http://localhost:8080/matcher \ No newline at end of file +matcher.uri=http://localhost:8080/matcher + +# Disable massive logging output +logging.level.root=ERROR +logging.level.won.bot=INFO +logging.level.won.bot.skeleton=DEBUG