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:
   
![image](https://github.com/apache/mynewt-core/assets/23063648/ae41c998-3ab3-497c-8ac0-68245d6a68f0)
   New way:
   
![image](https://github.com/apache/mynewt-core/assets/23063648/7c012557-6794-446e-bffa-7c661606b8f5)
   


-- 
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]

Reply via email to