From: Marcin Krol Date: Mon, 3 Dec 2018 13:40:38 +0000 (+0000) Subject: - really use full syslog ident X-Git-Url: https://git.tld-linux.org/?p=packages%2Fpostgresql.git;a=commitdiff_plain;h=89279125d54db4d246448c0d5d3eee126fb43c48 - really use full syslog ident --- diff --git a/postgresql-conf.patch b/postgresql-conf.patch index 1516664..305879f 100644 --- a/postgresql-conf.patch +++ b/postgresql-conf.patch @@ -16,7 +16,7 @@ -#syslog_facility = 'LOCAL0' -#syslog_ident = 'postgres' +syslog_facility = 'LOCAL0' -+syslog_ident = 'postgres-9.5' ++syslog_ident = 'postgresql-9.5' # This is only relevant when logging to eventlog (win32): # (change requires restart)