fix: Do not log shutdown message in LogService (#2424)

This commit is contained in:
Ayaz Salikhov
2025-08-12 15:30:19 +01:00
committed by GitHub
parent 4a5278a915
commit 36bfcc7543

View File

@@ -279,7 +279,6 @@ LogService::init(config::ClioConfigDefinition const& config)
void
LogService::shutdown()
{
LOG(LogService::info()) << "Shutting down logger";
spdlog::shutdown();
}