You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/01/16 19:24:03 UTC

[GitHub] [incubator-nuttx] btashton commented on pull request #2692: drivers/syslog: Prepend Process ID to syslog message

btashton commented on pull request #2692:
URL: https://github.com/apache/incubator-nuttx/pull/2692#issuecomment-761619299


   @anchao I am on board with these changes, but it might be work prefixing the pid and priority number somehow so you know what the field is.  Right now if only one is enabled you cannot tell what is in the log, maybe something like this?
   
   ```
   [   14.618783] [pid-7] [pri-100] Test Initializing...
   [   14.618872] [pid-7] [pri-100] Test initialized
   ```


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org