Skip to content

Commit

Permalink
Merge pull request #1754 from jrafanie/pg_log_is_now_log
Browse files Browse the repository at this point in the history
pg_log changed to log in postgres 10 as default log directory

(cherry picked from commit 5881a8f)
  • Loading branch information
bdunne authored and Fryguy committed Oct 24, 2023
1 parent 8782499 commit 6155655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/example-postgresql-config-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@

# These are only used if logging_collector is on:
log_directory = '/www/postgres/log' # Customer specific setting
#log_directory = 'pg_log' # directory where log files are written,
#log_directory = 'log' # directory where log files are written,
# can be absolute or relative to PGDATA
log_filename = 'postgresql-%Y-%m-%d.log' # log file name pattern,
# can include strftime() escapes
Expand Down
2 changes: 1 addition & 1 deletion general_configuration/_topics/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ Table: collection
<p>log/*.txt</p>
<p>config/*</p>
<p>/var/lib/pgsql/data/*.conf</p>
<p>/var/lib/pgsql/data/pg_log/*</p>
<p>/var/lib/pgsql/data/log/*</p>
<p>/var/log/syslog*</p>
<p>/var/log/daemon.log*</p>
<p>/etc/default/ntp*</p>
Expand Down

0 comments on commit 6155655

Please sign in to comment.