Contents
How do I find the event log for my printer?
Using the Event Viewer
- Log in to the computer or server where the printer driver is installed using an administrator account.
- Click “Start,” type “eventvwr” (without quotation marks) in the Search box and press “Enter.”
- Expand “Applications and Services Logs,” and then expand “Microsoft.”
Where are the CUPS log files?
/etc/cups directory
The cups-files. conf file configures the files and directories used by the CUPS scheduler, cupsd(8). It is normally located in the /etc/cups directory. Each line in the file can be a configuration directive, a blank line, or a comment.
How to enable or disable debug logging in cups?
If problems occur and the log files do not provide sufficient details to diagnose the problem, you can enable debug logging using the cupsctl command: To disable debug logging, run the same command with the –no-debug-logging option:
How to enable debug in cups [ Papercut KB ]?
From time to time, PaperCut Technical Support will request additional logs from the CUPS printing environment found on many Linux servers, clients and Mac environments. This will aid PaperCut in diagnosing issues that you may have. This KB article is best used in conjunction with the HowToEnableDebugInThePrintProvider article.
What does cupsctl ( 8 ) do for a printer?
The cupsctl (8) program is used to manage the printing system as a whole, including things like debug logging and printer sharing. The CUPS web interface (“http://localhost:631” or “https://servername:631”) can also be used, and most operating systems provide their own GUI administration tools.
What are the backends for the cups printer?
CUPS comes with several standard backends that communicate with printers: dnssd: The Bonjour (DNS-SD) protocol. ipp: The Internet Printing Protocol (IPP) with optional encryption. ipps: The Internet Printing Protocol with mandatory encryption. lpd: The Line Printer Daemon protocol.