Log retention period in Mendix Cloud and OnPrem

0
Hi All, I have a security requirement to keep the logs for 12 months in both On-Prem and On-Cloud apps. I dont think Mendix has any flexibility for us to change the logs retention period from default (90 days for On-Prem and 6 Months for Cloud).    Any idea as how I can get this logs kept for 12 months? Thanks, Nags
asked
1 answers
0

You could install the Logging Module from the Marketplace https://marketplace.mendix.com/link/component/159 .  This module persists log entries into a database entity.  Once that’s installed, you could save or backup those log entries externally via an api or generate a daily log file and save it to a location of your choice.

answered