Open
Description
Hello!
Internally, the application is logging in plain text, like:
log.Printf("jobID=%v, jobname=%v, msg=starting", e.ID, j.Name)
This is not compatible with structured logging. It would be great if the logging could be abstracted using a logger interface so the users can use adapters and write logs in the format they want.
This is related to latest stable version v2.2.1
Metadata
Metadata
Assignees
Labels
No labels