OpenPrinting / libcups

OpenPrinting CUPS Library Sources
https://openprinting.github.io/cups/cups3.html
Apache License 2.0
35 stars 17 forks source link

CUPS logs can be too verbose #2

Closed michaelrsweet closed 2 years ago

michaelrsweet commented 2 years ago

A CUPS log for printing a couple of jobs can be huge (3.5 GB) mostly because it's full of the following:

T006 13:40:02.286  _httpWait(http=000002191B8A32F0, msec=60000, usessl=1)
T006 13:40:02.286  _httpTLSPending: Returning 31.
T006 13:40:02.286  _httpWait: Return 1 since there is pending TLS data.
T006 13:40:02.286  http_read(http=000002191B8A32F0, buffer=000002191B8A4F3C, length=2048)
T006 13:40:02.286  http_read: Reading 2048 bytes into buffer.
T006 13:40:02.286  _httpTLSRead(http=000002191B8A32F0, buf=000002191B8A4F3C, len=2048)
T006 13:40:02.286  _httpTLSRead: decryptBufferUsed=31
T007 13:40:02.286  _httpTLSRead: DecryptMessage failed: The specified data could not be decrypted.
T007 13:40:02.286  httpGets: read -1 bytes.
T007 13:40:02.286  httpGets: recv() error 0!
michaelrsweet commented 2 years ago

[master 67c40ac0b] Declutter debug logs (Issue #2)