Compare commits

...

2 Commits

Author SHA1 Message Date
25398c4a16 Временно включаем Trace логи 2024-11-13 12:46:47 +03:00
3c9ad2398d Added .gitignore
(cherry picked from commit b1f05c3fe4)
2024-11-13 12:45:29 +03:00
2 changed files with 7 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/.idea/misc.xml
/.idea/vcs.xml
/.idea/workspace.xml

View File

@ -91,6 +91,10 @@ configs:
password: ${DWH_PASSWORD} password: ${DWH_PASSWORD}
audit.enabled: true audit.enabled: true
logging:
level:
root: trace
hikari: hikari:
content: | content: |
maximumPoolSize=3 maximumPoolSize=3