WIP
This commit is contained in:
parent
527b557f9e
commit
ed80e8a436
12 changed files with 117 additions and 50 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue