blob: 25378cbb7042ab2d91e30679007106417c41388f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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? */
|