summaryrefslogtreecommitdiff
path: root/scheduler/conf.h
diff options
context:
space:
mode:
authorTill Kampetter <till.kampetter@gmail.com>2016-08-09 18:11:45 +0200
committerDidier Raboud <odyx@debian.org>2018-06-08 15:06:45 +0200
commita11d946158e4e07be68788e88b9fb4ac6133b621 (patch)
tree73a341953037011cb001d71e0a75ae87bbc54de2 /scheduler/conf.h
parentf2881d404bb88321cc5791b8fcd83fe3abfaebce (diff)
Make log debug history nearly unlimited
Last-Update: 2015-02-10 Patch-Name: log-debug-history-nearly-unlimited.patch
Diffstat (limited to 'scheduler/conf.h')
-rw-r--r--scheduler/conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheduler/conf.h b/scheduler/conf.h
index 3a5fe105d..b2289c6a6 100644
--- a/scheduler/conf.h
+++ b/scheduler/conf.h
@@ -160,7 +160,7 @@ VAR cupsd_accesslog_t AccessLogLevel VALUE(CUPSD_ACCESSLOG_ACTIONS);
/* Access log level */
VAR int ClassifyOverride VALUE(0),
/* Allow overrides? */
- LogDebugHistory VALUE(200),
+ LogDebugHistory VALUE(99999),
/* Amount of automatic debug history */
FatalErrors VALUE(CUPSD_FATAL_CONFIG),
/* Which errors are fatal? */