Is there a way to mantain dude log even if I restart the dude service?
Every time I restar the dude service (every night there’s a db backup), all the logs in “Log” section are gone.
Thanks in advance, Simone.
Is there a way to mantain dude log even if I restart the dude service?
Every time I restar the dude service (every night there’s a db backup), all the logs in “Log” section are gone.
Thanks in advance, Simone.
Anyone can help?
Could you try an option from the documentation - Manual:The Dude v6/Logs?
# Add new loging action specifically for The Dude
/system logging action add disk-file-name=dude-logs-main name=dudeLogsMain target=disk
# Add logging rule for dude topic with action that was just created
/system logging add action=dudeLogsMain topics=dude
Did a ROS restart and logs still in The Dude.
It’s not what you are asking, but it’s possible to do backups without restarting the Dude service, though it’s a little bit complicated process and requires to track modification time of database files, also there are some limitations on backup process duration. If interesting, I can describe and post script example later.