Skip to content

Commit

Permalink
Merge pull request #968 from jrafanie/log_to_stderr
Browse files Browse the repository at this point in the history
Log to stderr by turning off the log file collector
  • Loading branch information
bdunne authored Jun 6, 2023
2 parents e939852 + 9eaf5da commit be93f41
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ hot_standby = on
# ERROR REPORTING AND LOGGING
#------------------------------------------------------------------------------
log_filename = 'postgresql.log'
log_rotation_age = 0
log_destination = 'stderr'
# This is used when logging to stderr:
logging_collector = off
log_min_duration_statement = 5000
log_connections = on
log_disconnections = on
Expand Down

0 comments on commit be93f41

Please sign in to comment.