Skip to content

Structured Log output #36

@khaines

Description

@khaines

Currently output to console is primarily done with fmt.Printf calls or error/panic output. Changing this approach to instead output structured log entries may improve readability of outputs for people, but especially for machines if this data is input into a log processor.

https://github.com/Sirupsen/logrus , is a very popular structured log library for golang and can be easily brought in to replace the current output calls.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions