]> TLD Linux GIT Repositories - packages/postgresql.git/commitdiff
- really use full syslog ident
authorMarcin Krol <hawk@tld-linux.org>
Mon, 3 Dec 2018 13:40:38 +0000 (13:40 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Mon, 3 Dec 2018 13:40:38 +0000 (13:40 +0000)
postgresql-conf.patch

index 151666499fdf9f56506134422f335f54a6a43316..305879fc644760f2de60ee258c9da866b43aea1e 100644 (file)
@@ -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)