Debugging

This commit is contained in:
Nikita Mikhaylov 2024-03-11 19:21:32 +01:00 committed by GitHub
parent 37affa6a09
commit 60a865c9c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -231,11 +231,11 @@ void SignalListener::run()
// levels and more info, but for completeness we log all signals
// here at trace level.
// Don't use strsignal here, because it's not thread-safe.
LOG_TRACE(log, "Received signal {}", sig);
// LOG_TRACE(log, "Received signal {}", sig);
if (sig == StopThread)
{
LOG_INFO(log, "Stop SignalListener thread");
// LOG_INFO(log, "Stop SignalListener thread");
break;
}
else if (sig == SIGHUP)