kasjer opened a new pull request, #3180: URL: https://github.com/apache/mynewt-core/pull/3180
This adds alternative way of printing mod log logs. This change requires https://github.com/apache/mynewt-newt/pull/551 New syscfg values that can be use to configure console printing ```yml # enable alternative mod log prints LOG_CONSOLE_PRETTIFY: 1 # enable severity level coloring LOG_CONSOLE_PRETTIFY_WITH_COLORS: 1 # disable time stamp LOG_CONSOLE_PRETTIFY_WITH_TIMESTAMP: 0 ``` Old way of showing mod log logs:  New way:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
