This PR extends the color introduced in the logging module to the rest of the log text. See an example below:
$ omniperf profile -n mix -V -- ./mixbench
You'll see the default loglevel INFO is colored white, which matches other output and helps draw attention to warnings/errors. I've also changed Omniperf behavior s.t. colored logging is always on. You'll notice DEBUG, ERROR, and WARNING are the only log levels that output their type to the terminal (i.e., DEBUG: \).
This PR extends the color introduced in the logging module to the rest of the log text. See an example below:
You'll see the default loglevel).
INFO
is colored white, which matches other output and helps draw attention to warnings/errors. I've also changed Omniperf behavior s.t. colored logging is always on. You'll noticeDEBUG
,ERROR
, andWARNING
are the only log levels that output their type to the terminal (i.e., DEBUG: \