diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 5c529cf..5f0aeea 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -5,5 +5,10 @@ spring: server: port: 8080 +logging: + level: + root: INFO + org.springframework: INFO + firebase: key-path: ${FIREBASE_KEY_PATH} \ No newline at end of file