File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- archive_mode = 'on'
1+ archive_mode = on
22archive_library = 'basic_archive'
33basic_archive.archive_directory = '.'
4- wal_level = ' replica'
4+ wal_level = replica
Original file line number Diff line number Diff line change 449449 # logging_collector to be on.
450450
451451# This is used when logging to stderr:
452- #logging_collector = off # Enable capturing of stderr, jsonlog
452+ #logging_collector = off # Enable capturing of stderr, jsonlog,
453453 # and csvlog into log files. Required
454454 # to be on for csvlogs and jsonlogs.
455455 # (change requires restart)
536536 # statements from all transactions, 0.0 never logs
537537
538538#log_startup_progress_interval = 10s # Time between progress updates for
539- # long-running startup operations.
540- # 0 disables the feature, > 0 indicates
541- # the interval in milliseconds.
539+ # long-running startup operations.
540+ # 0 disables the feature, > 0 indicates
541+ # the interval in milliseconds.
542542
543543# - What to Log -
544544
You can’t perform that action at this time.
0 commit comments