linguini1 commented on issue #17282:
URL: https://github.com/apache/nuttx/issues/17282#issuecomment-3494693322

   > > There is `syslogd` for syslog over the network. Not sure how it's 
different from netdev though.
   > 
   > it's different path:
   > 
   > - syslog->ramlog->syslogd->netdev
   > - syslog->netdev
   > 
   > The major difference is that the second path could output panic log, and 
run much fast with smaller overhead than first which is important for note 
trace.
   > 
   
   I like that much better! I thought it would be more limited since it relies 
on a network stack (I assumed that would miss any early init logs and also 
panics).


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