feat(blocky): enable postgresql querylog by default
This commit is contained in:
@@ -44,4 +44,4 @@ sources:
|
|||||||
- https://hub.docker.com/r/spx01/blocky
|
- https://hub.docker.com/r/spx01/blocky
|
||||||
- https://quay.io/oriedge/k8s_gateway
|
- https://quay.io/oriedge/k8s_gateway
|
||||||
type: application
|
type: application
|
||||||
version: 13.5.9
|
version: 13.6.0
|
||||||
|
|||||||
@@ -365,7 +365,7 @@ redis:
|
|||||||
# CANNOT be defined in above yaml section
|
# CANNOT be defined in above yaml section
|
||||||
queryLog:
|
queryLog:
|
||||||
# optional one of: mysql, postgresql, csv, csv-client. If empty, log to console
|
# 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
|
# directory (should be mounted as volume in docker) for csv, db connection string for mysql, ignored for included postgresql
|
||||||
# target: /var/log/something
|
# target: /var/log/something
|
||||||
# postgresql target: postgres://user:password@db_host_or_ip:5432/db_name
|
# postgresql target: postgres://user:password@db_host_or_ip:5432/db_name
|
||||||
|
|||||||
Reference in New Issue
Block a user