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


##########
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:
   depending on the problem you want to solve, (i'm not sure what it is yet)
   writing a character device driver for `/dev/console` can be a less intrusive 
(and IMO less confusing) solution i guess.
   as @xiaoxiang781216 pointed out, it can be similar to what 
`CONFIG_CONSOLE_SYSLOG` does.
   



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