Cron logging #35380
Unanswered
dewinterjack
asked this question in
Feature Requests
Cron logging
#35380
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Can we have better support for displaying cron job logs?

The logs that are shown are from the pg_cron return message.
I found this issue which seemed relavant.
Is it possible to display messages that are logged inside of the function regardless of the pg_cron return message?
Right now I am using
RAISE LOGand need to go to the postgres logs to see them.All reactions