Skip to content

Save Log Files

In case of a situation, where it is necessary to provide more information than picures, videos, screenshots or explanations, it might be necessary to send the log files to the drag&bot support team.

In order to be able to provide these files in a format, which can be sent, execute the following command in an empty terminal window.

cd ~/Downloads && docker cp dnb_runtime:/root/.ros/log . && zip -r dnb_log_files_$(date +%s).zip log/ && rm -r log

The command will extract and compress all available log files into a dnb_log_files_xxxx.zip file in the Downloads directory of your IPC. xxxx indicates the timestamp number at which the file was created. This .zip file can then be sent to the drag&bot support team in the next step.