@Naveen Kumar Kakarla (Quadrant Resource) Thank you for reaching out.
My understanding is that you are trying to view PG_cron logs for your Azure Database PostgreSQL.
You can now also see a log of your pg_cron jobs in the database in a table called cron.job_run_details
.
The cron.job_run_details
table shows:
- when a command started and finished,
- whether the pg_cron command succeeded, and
- the number of rows returned—or the error message to quickly detect when something went wrong.
Please do check the blog for more details Evolving pg_cron together: Postgres 13, audit log, background workers, & job names
Please do let me know if you run into any issues.
Regards,
Oury