feat(blocky): enable postgresql querylog by default

This commit is contained in:
Kjeld Schouten
2024-02-28 17:53:13 +01:00
parent bd5d2ce446
commit eabb9c3024
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,4 +44,4 @@ sources:
- https://hub.docker.com/r/spx01/blocky
- https://quay.io/oriedge/k8s_gateway
type: application
version: 13.5.9
version: 13.6.0
+1 -1
View File
@@ -365,7 +365,7 @@ redis:
# CANNOT be defined in above yaml section
queryLog:
# optional one of: mysql, postgresql, csv, csv-client. If empty, log to console
type: ""
type: "postgresql"
# directory (should be mounted as volume in docker) for csv, db connection string for mysql, ignored for included postgresql
# target: /var/log/something
# postgresql target: postgres://user:password@db_host_or_ip:5432/db_name