mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-17 11:06:16 +02:00
Log tag
This commit is contained in:
parent
605056cd9c
commit
db9079c179
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ int main(int argc, char* argv[])
|
|||
}
|
||||
else
|
||||
{
|
||||
AixLog::Log::instance().add_logsink<AixLog::SinkCout>(AixLog::Severity::info, AixLog::Type::all, "%Y-%m-%d %H-%M-%S [#severity]");
|
||||
AixLog::Log::instance().add_logsink<AixLog::SinkCout>(AixLog::Severity::info, AixLog::Type::all, "%Y-%m-%d %H-%M-%S [#severity] (#tag_func)");
|
||||
}
|
||||
|
||||
for (const auto& opt : conf.unknown_options())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue