Skip to content

Commit 6fcbfb5

Browse files
Echallier NicolasEchallier Nicolas
authored andcommitted
fix: change the name of the log output and added it to the .gitignore file
1 parent c6d9983 commit 6fcbfb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ target/
44
!**/src/main/**/target/
55
!**/src/test/**/target/
66
!**/src/main/resources/application.properties
7-
7+
*.log
88
### STS ###
99
.apt_generated
1010
.classpath

src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ logging:
8686
rollingpolicy:
8787
max-file-size: 1MB
8888
file:
89-
name: XXXX
89+
name: output.log
9090

9191
auth:
9292
api:

0 commit comments

Comments
 (0)