Comments
1 comment
-
Hi @come_flyway_with_me
Thank you for reaching out on the Redgate forums regarding your Redgate Monitor PostgreSQL question.
I have referenced a few users configuring their state to use both stderr & csvlog for Postgres and believe this will function as anticipated.
In your
postgresql.conf
file, can you try setting thelog_destination
as follows:log_destination = 'stderr,csvlog'
It may require a restart of the Redgate Monitor service to reload the configuration
Add comment
Please sign in to leave a comment.
I think this might not work because the function "pg_catalog.pg_current_logfile()" wouldn't return the correct log file.
Is this possible?
I don't want to change the type of our log files because we ship them to cloudwatch.