How can I configure the prefix that prints with a log message?
Ros log messages print out with a prefix. The prefix may include log level, name of node printing the message, name of the function printing the message, and even and the line number in the source code. Sometimes the prefix is annoyingly long, forcing the actual output to the next line.
How can I configure the format of these prefixes?