This commit is contained in:
BenDr0id 2018-07-27 17:18:57 +02:00
parent 527b557f9e
commit ed80e8a436
12 changed files with 117 additions and 50 deletions

View file

@ -90,7 +90,8 @@ App::App(int argc, char **argv) :
}
if (m_options->ccUseRemoteLogging()) {
Log::add(new RemoteLog());
// 20 lines per second should be enough
Log::add(new RemoteLog(static_cast<size_t>(m_options->ccUpdateInterval() * 20)));
}
# ifdef HAVE_SYSLOG_H