fix joining in template
This commit is contained in:
parent
1273625b58
commit
7a82ac2005
@ -132,7 +132,7 @@ dynamic_shared_memory_type = posix
|
|||||||
|
|
||||||
# - Where to Log -
|
# - Where to Log -
|
||||||
|
|
||||||
log_destination = '{{ postgres_log_destination | to_yaml | join(",") }}'
|
log_destination = '{{ postgres_log_destination | join(",") }}'
|
||||||
# This is used when logging to stderr:
|
# This is used when logging to stderr:
|
||||||
{% if "stderr" in postgres_log_destination or "csvlog" in postgres_log_destination %}
|
{% if "stderr" in postgres_log_destination or "csvlog" in postgres_log_destination %}
|
||||||
logging_collector = on
|
logging_collector = on
|
||||||
|
Loading…
Reference in New Issue
Block a user