Skip to content

Proper RFC Logging #34

@faultyserver

Description

@faultyserver

RFC 5424 defines the syslog logging format, which helps create more searchable and analyzable logs.

The syslogger gem is a Ruby Logger that outputs logs according to this format.

It'd be nice to log each event from Shark in this format. More than just making the logs more searchable, it also helps group multi-line output from one event into a single record, which could greatly help with debugging with live data.

That said, I don't know how well this will work with the rotating log system we currently have in production.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions