agola: logging

This commit is contained in:
Vivian 2022-05-25 13:17:32 +02:00
parent 2ac128b5ab
commit 900630c25b
2 changed files with 2 additions and 2 deletions

View file

@ -37,6 +37,7 @@ data:
connString: "postgres://agola_notif@10.42.42.26/agola_notif?sslmode=disable"
configstore:
debug: true
dataDir: /mnt/agola/local/configstore
db:
type: postgres
@ -51,7 +52,7 @@ data:
listenAddress: ":4002"
runservice:
debug: true
# debug: true
dataDir: /mnt/agola/local/runservice
db:
type: postgres

View file

@ -35,7 +35,6 @@ spec:
- /mnt/agola/local/config.yml
- "--components"
- all-base,executor
- "--debug"
- "--detailed-errors"
ports:
- containerPort: 8000