Skip to content

Add a logging option for writing log messages in JSON format

Eric Frias requested to merge json_logger into develop

This adds another fc logging option, similar to the file_appender but it writes the log messages out in JSON format instead of plain text. This makes life easier if you plan to feed your logs into a log aggregator that doesn't support fc's GELF format, or if you plan to run other scripts over the logs.

Merge request reports