Other: LDP Maintenance tasks
This is to request enablement of journal deletion just like in HVR 5 after a certain amount of days old.
Thanks
Armando
-
HI Armando,
As you know we only enable journaling on the channel for debug purposes. To keep a journal of transaction logs is not meaningful.
Also, there is a straightforward workaround outside of LDP (HVR) to delete your journals. On a Linux hub you can schedule a crontab entry with an entry like (note, ensure the environment is set correctly):
find $HVR_CONFIG/hubs/*/channels/*/locs/*/jnl/* -type d -mtime +30 -exec rm -rf {} \;
Hope this helps.
Mark.
Please sign in to leave a comment.
Comments
1 comment