I am trying to enable write-ahead logs by using the config property: tx.log-tx to handle transaction recovery. It's working fine for new JanusGraph setup but not working for Janusgraph setup which already used for some time.
Is it expected that tx.log-tx works only for fresh JanusGraph setup? Do we need to follow any additional steps to enable tx.log-tx for existing Janusgraph setup.