This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Extra characters from logging module

Using the logging module in ncs v1.0.0, I see some extra characters after the timestamp "<0x1b>[0m<inf>" and at the end of the line ", is there a way to fix this?

The terminal is cutecom with display control characters on

[00:00:00.423,278] <0x1b>[0m<inf> main: Compiled: Aug 23 2019 15:16:06<0x1b>[0m␍␊

[00:00:00.423,278] <0x1b>[0m<inf> main: Version : 0.0.0.3<0x1b>[0m␍␊

[00:00:00.423,278] <0x1b>[0m<inf> main: ␍␊

    LOG_INF("Compiled: %s %s", __DATE__, __TIME__);
    LOG_INF("Version : %d.%d.%d.%d", VERSION_MAJOR, VERSION_MINOR, VERSION_TEST, VERSION_BUILD);
    LOG_INF("\r\n");

Parents Reply Children
No Data
Related