Filtering the log files from log directories [~/.ros/log and ~/.ros/logs]
Filtering the log files for one exact session does not seem to be so trivial. There are in fact two of the log directories:
~/.ros/log
, which seems to contain one directory per session, but not the node-specific logs~/.ros/logs
, which contains all node and topic-specific logs
Please correct me if I am wrong.
Now, if ~/.ros/logs
does contain relevant information, how to FILTER only the logs related to the last session? Thanks in advance!