- 19 Mar 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Logging the Pharos Mac Popup Client
- Updated on 19 Mar 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Backend logging
To enable more verbose Print and Popup backend logging, edit the /etc/cups/cupsd.conf file, replacing the text:LogLevel info
With this text:
LogLevel debug
Leave everything else as is.
For the UI logging:
To enable logging for the Popup user interface, edit the /etc/syslog.conf file, replacing the text:
lpr.info
with the text
lpr.debug
Leave everything else as is.
For Mac OS X 10.8 (Mountain Lion): as indicated within syslog.conf, changes should instead be made to /etc/asl.conf. To enable the necessary logging, add the following line:
? [= Facility lpr] file /var/log/lpr.log
NOTE: You must restart the client machine to make sure the changes take effect.
If you encounter Popup problems, send the following files to Pharos Support:
/var/log/cups/error_log
/var/log/lpr.log
The first file is the print system log. The second is the Popup application log.
When no longer needed, stop logging by changing the edited files back to the original state, as logging can generate very large files.