fix joining in template

This commit is contained in:
Robert Kaussow 2018-10-16 21:51:52 +02:00
parent 1273625b58
commit 7a82ac2005
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ dynamic_shared_memory_type = posix
# - Where to Log -
log_destination = '{{ postgres_log_destination | to_yaml | join(",") }}'
log_destination = '{{ postgres_log_destination | join(",") }}'
# This is used when logging to stderr:
{% if "stderr" in postgres_log_destination or "csvlog" in postgres_log_destination %}
logging_collector = on