fixup! Add option to enable formatting of systemd sink

Add default value to "systemd_sink" contructor
This commit is contained in:
Delgan 2022-03-29 22:26:47 +02:00
parent 3c1ee54112
commit c1aeefb0c9

View File

@ -23,7 +23,7 @@ template<typename Mutex>
class systemd_sink : public base_sink<Mutex>
{
public:
explicit systemd_sink(bool enable_formatting)
explicit systemd_sink(bool enable_formatting = false)
: enable_formatting_{enable_formatting}
, syslog_levels_{{/* spdlog::level::trace */ LOG_DEBUG,
/* spdlog::level::debug */ LOG_DEBUG,