Skip to content

Conversation

@nslowell
Copy link
Contributor

Some but not all LOG_OUTPUT_ format flags were Kconfigurable for log backends using log_backend_std_get_flags()

Adding the missing configurable flags to Kconfig and referencing them in log_backend_std_get_flags() for full control of output:

  • CRLF_NONE
  • CRLF_LFONLY
  • SKIP_SOURCE

FORMAT_SYSLOG was omitted b/c it is specific to NET log backend.

Some but not all LOG_OUTPUT_ format flags were Kconfigurable
for log backends using log_backend_std_get_flags()

Adding the missing configurable flags to Kconfig and referencing
them in log_backend_std_get_flags() for full control of output:
- CRLF_NONE
- CRLF_LFONLY
- SKIP_SOURCE

FORMAT_SYSLOG was omitted b/c it is specific to NET log backend.

Signed-off-by: Nicholas Lowell <[email protected]>
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants