Hi everyone!
I have a question about logs stored in postgres.
Daily logs are stored on the postgres server, but if you continue to store them, the amount of data will be enormous.
Are there any best practices for managing this log?
I'm considering outputting the data for a certain period to a text file and deleting the target record from postgres, but is there any problem?