mirror of https://gitee.com/openkylin/cups.git
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:
parent
4e347e8f31
commit
c0a25e6ebf
|
@ -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@
|
||||
|
|
Loading…
Reference in New Issue