How to keep daily application logs and acccess logs automatically

0
Hello,everyone! According to the document,application logs and acccess logs are kept for only six months. If I want to keep a log for longer than that, I have to download the daily logs.Is there any way to keep the daily application logs and acccess logs automatically? Please give me some ideas.Thanks and best regards.
asked
1 answers
1

The marketplace offers some modules that allow you to store the logging in the database. Fro that you could create a file and styore that indefinitely. This however is focussed on the application logs and not the access logs. Maybe a similar implementation can be created for the access logs as well.

answered