Skip to content

Use a logging library which supports context #76

@turt2live

Description

@turt2live

I am a...

Safety tooling developer

Description

Instead of having to do log.Printf("[%s | %s] Message", eventId, roomId) everywhere, we'd ideally be able to just do something like paramLog := log.From(eventId).From(roomId); /* ... */ paramLog.Printf("Message")

There must be near-zero overhead when doing this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions