feat: redirect logs to stderr
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled
This commit is contained in:
@@ -17,3 +17,13 @@ hba_file = "/etc/postgres/pg_hba.conf"
|
||||
# Empty listen addresses to disable listening via TCP/IP
|
||||
# because we want only uni socket connections
|
||||
listen_addresses = ""
|
||||
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# REPORTING AND LOGGING
|
||||
# Please refer to official doc before editing this section:
|
||||
# https://www.postgresql.org/docs/current/runtime-config-logging.html
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
# Redirect logs to stderr to be managed by journald
|
||||
log_destination = "stderr"
|
||||
|
||||
Reference in New Issue
Block a user