logging to file and screen
Is there a way to enable logging of a node to both file and screen? And why does setting output="screen" disable logging to file?
I would like to see log messages at runtime on the screen, but still be able to recheck log messages at a later stage without having to copy/paste my terminal screens to a file.
I suppose I could use rqt_console to see the log messages at runtime, but as I understand that would put more strain on my network and I already have timing issues as it is without overloading my network with debug messages.
Thanks in advance