Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to enable formatting of systemd sink #2324

Merged
merged 2 commits into from
Mar 29, 2022
Merged

Add option to enable formatting of systemd sink #2324

merged 2 commits into from
Mar 29, 2022

Conversation

Delgan
Copy link
Contributor

@Delgan Delgan commented Mar 27, 2022

Fixes #2320.

//
systemd_sink()
: syslog_levels_{{/* spdlog::level::trace */ LOG_DEBUG,
explicit systemd_sink(bool enable_formatting)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks existing API. Please add default value of false or a new ctor

@gabime
Copy link
Owner

gabime commented Mar 29, 2022

@Delgan Any news about this pr requested changes?

Add default value to "systemd_sink" contructor
@Delgan
Copy link
Contributor Author

Delgan commented Mar 29, 2022

@gabime Sorry for the delay, I updated the PR. 👍

@gabime gabime merged commit 083ea59 into gabime:v1.x Mar 29, 2022
@gabime
Copy link
Owner

gabime commented Mar 29, 2022

Thanks @Delgan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add option to use formatter inside systemd sink
2 participants