From ab7551c93535a8a297181d8cc367b4ffbcbf6696 Mon Sep 17 00:00:00 2001 From: yuzchen Date: Tue, 30 Jan 2024 17:25:57 +0800 Subject: [PATCH] add --- src/main/resources/application.yml | 5 +++++ 1 file changed, 5 insertions(+) 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