Author: till.kamppeter@gmail.com --- a/scheduler/conf.c +++ b/scheduler/conf.c @@ -702,7 +702,7 @@ KeepAlive = TRUE; KeepAliveTimeout = DEFAULT_KEEPALIVE; ListenBackLog = SOMAXCONN; - LogDebugHistory = 200; + LogDebugHistory = 99999; LogFilePerm = CUPS_DEFAULT_LOG_FILE_PERM; LogLevel = CUPSD_LOG_WARN; LogTimeFormat = CUPSD_TIME_STANDARD; --- a/scheduler/conf.h +++ b/scheduler/conf.h @@ -166,7 +166,7 @@ /* Allow overrides? */ ConfigFilePerm VALUE(0640), /* Permissions for config files */ - LogDebugHistory VALUE(200), + LogDebugHistory VALUE(99999), /* Amount of automatic debug history */ FatalErrors VALUE(CUPSD_FATAL_CONFIG), /* Which errors are fatal? */