ChainlinkEthFailover icon indicating copy to clipboard operation
ChainlinkEthFailover copied to clipboard

Feature: Logs into file, JSON format

Open yorickdowne opened this issue 4 years ago • 0 comments

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

yorickdowne avatar Apr 27 '21 13:04 yorickdowne