Skip to content
Snippets Groups Projects
Verified Commit d3b3cac5 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

postgres: Make logging a bit nicer

parent 004ff3d9
No related branches found
No related tags found
No related merge requests found
......@@ -341,7 +341,7 @@ dynamic_shared_memory_type = posix # the default is the first option
# - Where to Log -
#log_destination = 'stderr' # Valid values are combinations of
log_destination = 'syslog' # Valid values are combinations of
# stderr, csvlog, syslog, and eventlog,
# depending on platform. csvlog
# requires logging_collector to be on.
......@@ -376,8 +376,8 @@ dynamic_shared_memory_type = posix # the default is the first option
# These are relevant when logging to syslog:
#syslog_facility = 'LOCAL0'
#syslog_ident = 'postgres'
#syslog_sequence_numbers = on
#syslog_split_messages = on
syslog_sequence_numbers = off
syslog_split_messages = off
# This is only relevant when logging to eventlog (win32):
# (change requires restart)
......@@ -442,7 +442,7 @@ dynamic_shared_memory_type = posix # the default is the first option
#log_duration = off
#log_error_verbosity = default # terse, default, or verbose messages
#log_hostname = off
#log_line_prefix = '%m [%p] ' # special values:
log_line_prefix = '%d: ' # special values:
# %a = application name
# %u = user name
# %d = database name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment