We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d94cc commit d4ff885Copy full SHA for d4ff885
.gitignore
@@ -11,6 +11,7 @@ repos/
11
.settings
12
.gradle
13
.idea
14
+.DS_Store
15
16
*.log
17
*.iml
src/main/resources/application.yml
@@ -51,4 +51,8 @@ providerSource:
51
52
providerKeys:
53
telerivetApiKey: eKiC1_JWdKy7eaTGQFHxXXjXjacr60W9Zntl
54
- telerivetProjectId: PJ5ff552ce01d2978c
+ telerivetProjectId: PJ5ff552ce01d2978c
55
+
56
+logging:
57
+ level:
58
+ ROOT: ERROR
0 commit comments