diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 00f844e..56588d6 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -14,3 +14,8 @@ server: renameOnRotate: false buffered: true requestAttributesEnabled: true +logging: + file: /opt/webapps/logs/demo4bonus/info.log + level: + root: INFO + com.ahbonus: DEBUG \ No newline at end of file