Skip to content

Commit

Permalink
Merge pull request #101 from UMC-clutch/revert-100-fix/log
Browse files Browse the repository at this point in the history
Revert "feat:log추가하기"
  • Loading branch information
AlmondBreez3 authored Sep 16, 2023
2 parents 46191fc + b16c8aa commit c5fe28b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
sudo apt-get install -y ntp
sudo service ntp start
- name: make logback-spring.xml
run: |
cd ./src/main/resources
touch ./logback-spring.xml
echo "${{ secrets.LOGBACK_SPRING }}" > ./logback-spring.xml
shell: bash

- name: make application-db.yml
run: |
Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ dependencies {
implementation 'javax.annotation:javax.annotation-api:1.3.2'
implementation 'jakarta.annotation:jakarta.annotation-api:2.0.0' // 예시, 버전은 상황에 맞게 변경 필요
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation "ca.pjer:logback-awslogs-appender:1.6.0"

}

tasks.named('test') {
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/logback-spring.xml

This file was deleted.

0 comments on commit c5fe28b

Please sign in to comment.