acassis commented on code in PR #16493:
URL: https://github.com/apache/nuttx/pull/16493#discussion_r2134840637


##########
drivers/syslog/Kconfig:
##########
@@ -140,11 +140,35 @@ config SYSLOG_INTBUFSIZE
 
 comment "Formatting options"
 
+config SYSLOG_RFC5424
+       bool "RFC5424 syslog protocol"
+       default n
+       ---help---
+               Causes syslog logs to follow RFC 5424 (syslog protocol).

Review Comment:
   Please explain for a newbie what is means :-)
   So, instead of putting only the RFC number, please use sometime like:
   ```
           bool "Use modern syslog message format (RFC 5424)"
        ---help---
                Enable to option to force syslog output to follow the RFC 5424 
format,
                which includes structured data, timestamps, and standardized
                severity levels. This format is more detailed and suitable
                for advanced logging systems.
   ```
   



-- 
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: commits-unsubscr...@nuttx.apache.org

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

Reply via email to