From 0f793b6a6957f544e7a6cd11f4d062a3f29e3b0e Mon Sep 17 00:00:00 2001 From: min-0 Date: Wed, 25 Sep 2024 17:37:55 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Application.yml=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- src/main/resources/logback.xml | 25 ------------------------- 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 src/main/resources/logback.xml diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 80241fd..f3cdbac 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -18,7 +18,7 @@ logging: level: root: INFO # 로그 레벨 설정 file: - name: /home/ec-user/mapddnag-back/spring-boot-app.log + name: /home/ec2-user/mapddang-back/spring-boot-app.log pattern: file: "%d{yyyy-MM-dd HH:mm:ss} - %msg%n" diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml deleted file mode 100644 index ef02ee4..0000000 --- a/src/main/resources/logback.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - [%thread] [%date] [%level] [%file:%line] - %msg%n - - mapddang-log-prod - mapddang-prod- - ap-northeast-2 - 50 - 30000 - 5000 - 0 - ${AWS_S3_ACCESS_KEY} - ${AWS_S3_SECRET_KEY} - - - - - - - \ No newline at end of file