fixing logging

This commit is contained in:
2023-03-20 20:13:26 -04:00
parent 67ae2e6e09
commit a6e42d3a73
3 changed files with 25 additions and 19 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ services:
- ZVM_PORT=443
- CLIENT_ID=api-script
- CLIENT_SECRET=js51tDM8oappYUGRJBhF7bcsedNoHA5j
- LOGGING_LEVEL=INFO #Valid settings are CRITICAL, ERROR, WARNING, INFO, DEBUG
- LOGLEVEL=INFO #Valid settings are CRITICAL, ERROR, WARNING, INFO, DEBUG
volumes:
- "./app:/usr/src/app:rw"