Skip to main content

Community

Other: LDP Maintenance tasks

Please sign in to leave a comment.

Comments

1 comment

  • Mark Van de Wiel User

    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.