Skip to content

Allow emitting logs with customised metadata #230

@thomasp85

Description

@thomasp85

I'm currently looking into better supporting logger in fiery (and by extension, the next invocation of plumber)

fiery has it's own log utility and I'd like for this to be able to use logger under the hood if the user wants to. However, to increase response time, logging is deferred to after the response has been sent, meaning that the time of the logging doesn't correspond to the time logger gets called.

Because of this it would be neat if logger exposed a way to overwrite the meta info that the layouts rely on

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