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

View file

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