mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-07 10:46:51 +00:00
fix: Do not log shutdown message in LogService (#2424)
This commit is contained in:
@@ -279,7 +279,6 @@ LogService::init(config::ClioConfigDefinition const& config)
|
||||
void
|
||||
LogService::shutdown()
|
||||
{
|
||||
LOG(LogService::info()) << "Shutting down logger";
|
||||
spdlog::shutdown();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user