-
Notifications
You must be signed in to change notification settings - Fork 4
Description
A feature request: add per-task logs as text files and add ability to read them via web interface.
Currently the only way to get a per-task log is the following:
grep '\[Job XXX\]' /var/log/cups/error_log
What I would like:
a separate file like /var/log/cups/per-task-logs/printerName-jobID.log
Why?
I am using CUPS to build RPM packages: https://github.com/mikhailnov/pkg-builder-cups
(I do not know how this usecase will be covered after cups-backend becomes depreceated, but currently I did not find anything better than CUPS to be a simple scheduler for building RPM packages).
I want to have per-build logs and have access to them also via a web UI. Currently I see a full build log in /var/log/cups/error_log.
I understand that this use case does not match CUPS goals, but still openning this issue, may be it will be interesting for something else.