Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Logs into file, JSON format #8

Open
yorickdowne opened this issue Apr 27, 2021 · 0 comments
Open

Feature: Logs into file, JSON format #8

yorickdowne opened this issue Apr 27, 2021 · 0 comments

Comments

@yorickdowne
Copy link

yorickdowne commented Apr 27, 2021

Two features actually, that would be helpful for log parsing:

Ability to log to a file without using tee, something like --logfile. Useful for exporting via AWS CloudWatch et al

Format of that log file to be JSON, for easier parsing

Suggested JSON format:

  • level - info, warn, error
  • ts - timestamp, example "1616876543.8821354"
  • msg - the actual log message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant