mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
feat: Use spdlog logger (#2372)
This commit is contained in:
@@ -44,6 +44,9 @@ terminationHandler()
|
||||
#else
|
||||
LOG(LogService::fatal()) << "Exit on terminate. Stacktrace disabled.";
|
||||
#endif // CLIO_WITHOUT_STACKTRACE
|
||||
|
||||
// We're calling std::abort later, so spdlog won't be shutdown automatically
|
||||
util::LogService::shutdown();
|
||||
std::abort();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user