Skip to content

Commit d4ff885

Browse files
Loggin level changed to ERROR (#57)
* Loggin level changed to ERROR * Updated .gitignore
1 parent 34d94cc commit d4ff885

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ repos/
1111
.settings
1212
.gradle
1313
.idea
14+
.DS_Store
1415

1516
*.log
1617
*.iml

src/main/resources/application.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,8 @@ providerSource:
5151

5252
providerKeys:
5353
telerivetApiKey: eKiC1_JWdKy7eaTGQFHxXXjXjacr60W9Zntl
54-
telerivetProjectId: PJ5ff552ce01d2978c
54+
telerivetProjectId: PJ5ff552ce01d2978c
55+
56+
logging:
57+
level:
58+
ROOT: ERROR

0 commit comments

Comments
 (0)