Skip to content

disable database logging #548

Closed
Closed
@nosovk

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions