Skip to content

[RFE CUPS share server - web ui] Implement view/download job specific logs #3

@mikhailnov

Description

@mikhailnov

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions