From 9402c79d3faa425621fd30754fee2d0987b6d10b Mon Sep 17 00:00:00 2001 From: Malanius Date: Sun, 30 Sep 2018 17:33:10 +0200 Subject: [PATCH] Configure the application No need for having tomcat around, set up log levels --- src/main/resources/application.properties | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/main/resources/application.properties diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties new file mode 100644 index 0000000..03bc25b --- /dev/null +++ b/src/main/resources/application.properties @@ -0,0 +1,4 @@ +spring.main.web-application-type=none + +logging.level.root=INFO +logging.level.cz.brmlab=TRACE