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
2
2
archive_library = 'basic_archive'
3
3
basic_archive.archive_directory = '.'
4
- wal_level = ' replica'
4
+ wal_level = replica
Original file line number Diff line number Diff line change 449
449
# logging_collector to be on.
450
450
451
451
# 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,
453
453
# and csvlog into log files. Required
454
454
# to be on for csvlogs and jsonlogs.
455
455
# (change requires restart)
536
536
# statements from all transactions, 0.0 never logs
537
537
538
538
#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.
542
542
543
543
# - What to Log -
544
544
You can’t perform that action at this time.
0 commit comments