Skip to content

Optional logging #83

Open
Open
@skovtunenko

Description

@skovtunenko

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions