Housekeeping
Log cleaning in DMK
Default settings
DEF::DELET::100:: # Delete files older than 100 days
DEF::TRUNC::1000:: # Keep the last 1000 lines
DEF::ARCHI::1000:: # Backup the file and keep the last 1000 lines
DEF::COMPR::100:: # Compress files only if older than 100 daysCustom settings
CST::/u01/app/mongodb/local/dmk/log/js/*.js::DELET::1:: # Delete JS files older than one day, to clean DMK internal folder.Last updated