yamt commented on code in PR #14923:
URL: https://github.com/apache/nuttx/pull/14923#discussion_r1857848632


##########
drivers/syslog/Kconfig:
##########
@@ -407,5 +407,25 @@ config SYSLOG_REGISTER
        ---help---
                This option will support register the syslog channel 
dynamically.
 
+config SYSLOG_STDOUT

Review Comment:
   other possible solutions i can think of are
   
   * `#define printf(...) something-with-syslog` when building your application
   * use something like syslog_devchannel.c to redirect syslog to your console 
device
   



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