Closed
Description
Is your feature request related to a problem? Please describe.
We started migration from PG_CRON, and moved our jobs to PG_TIMETABLE. After migration, we found that database produces more ten 10GB of WAL in a day.
Describe the solution you'd like
I would like to disable logging into PG database. It's good to fetch logs from std_out, but storing them in database is not ok.
Describe alternatives you've considered
ALTER TABLE timetable.log SET UNLOGGED;
Activity