Stop logging to stdout (/var/log/messages) #594
Answered
by
pashagolub
seanzechman
asked this question in
Q&A
-
We upgraded a while ago to the version that supported extra logging options like "--log-file=" (v5.5.0 specifically now) in hopes that timetable messages would stop appearing in /var/log/messages, However, now it appears that we get messages in /var/log/messages and /var/log/pg_timetable.log file. Is there a way to stop output from appearing in the /var/log/messages system log file? Thank you so much for all your work! |
Beta Was this translation helpful? Give feedback.
Answered by
pashagolub
Jul 13, 2023
Replies: 1 comment 2 replies
-
Hello, will Log file is different from what user might see on the screen |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
seanzechman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
will
pg_timetable ... > /dev/null
solve your problem?Log file is different from what user might see on the screen