Deactivate CUPS' own log rotating as the system already provides a more sophisticated log rotating

Patch-Name: default_log_settings.patch

Gbp-Pq: Name 0026-Deactivate-CUPS-own-log-rotating-as-the-system-alrea.patch
This commit is contained in:
Didier Raboud 2016-08-09 18:11:40 +02:00 committed by openKylinBot
parent 4e347e8f31
commit c0a25e6ebf
1 changed files with 4 additions and 0 deletions

View File

@ -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@