Skip to content

Commit

Permalink
Loggin level changed to ERROR (#57)
Browse files Browse the repository at this point in the history
* Loggin level changed to ERROR

* Updated .gitignore
  • Loading branch information
danishjamal104 authored Mar 1, 2022
1 parent 34d94cc commit d4ff885
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ repos/
.settings
.gradle
.idea
.DS_Store

*.log
*.iml
Expand Down
6 changes: 5 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,8 @@ providerSource:

providerKeys:
telerivetApiKey: eKiC1_JWdKy7eaTGQFHxXXjXjacr60W9Zntl
telerivetProjectId: PJ5ff552ce01d2978c
telerivetProjectId: PJ5ff552ce01d2978c

logging:
level:
ROOT: ERROR

0 comments on commit d4ff885

Please sign in to comment.