summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2016-08-09 18:11:40 +0200
committerDidier Raboud <odyx@debian.org>2019-06-03 21:04:02 +0200
commit4eada51c0524390c3c28e593af978b096d5dfebf (patch)
tree4ed37458ffa0f8008f0d24dd0f5936fe14ce0ea3 /conf
parentc25f4e28f4a95e0c3d35578bb7d48539defdd2fb (diff)
Deactivate CUPS' own log rotating as the system already provides a more sophisticated log rotating
Last-Update: 2015-02-10 Patch-Name: default_log_settings.patch Gbp-Pq: Name default_log_settings.patch
Diffstat (limited to 'conf')
-rw-r--r--conf/cupsd.conf.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/cupsd.conf.in b/conf/cupsd.conf.in
index ab37ca68c..78189e535 100644
--- a/conf/cupsd.conf.in
+++ b/conf/cupsd.conf.in
@@ -8,6 +8,10 @@
LogLevel @CUPS_LOG_LEVEL@
@CUPS_PAGE_LOG_FORMAT@
+# Deactivate CUPS' internal logrotating, as we provide a better one, especially
+# LogLevel debug2 gets usable now
+MaxLogSize 0
+
# Only listen for connections from the local machine.
Listen localhost:@DEFAULT_IPP_PORT@
@CUPS_LISTEN_DOMAINSOCKET@