Read logging settings from config file

This commit is contained in:
badaix 2020-05-15 21:33:40 +02:00
parent ed3d9e5ebc
commit 7c71e0346b
2 changed files with 3 additions and 3 deletions

View file

@ -82,7 +82,7 @@ void PosixStream::do_read()
if (first_)
{
LOG(DEBUG, LOG_TAG) << "First read, initializing nextTick to now\n";
LOG(TRACE, LOG_TAG) << "First read, initializing nextTick to now\n";
nextTick_ = std::chrono::steady_clock::now();
}