Support different log levels. Make a debug level that is verbose (logs headers & params) and trim the info level a bit further (remove params).
Log exceptions in JSON tagged with the request id (see support_errors branch for first attempt)
For those thinking of using 0.1, plug_logger_json is used in very high traffic services on production without issue and sends those logs to an ELK stack.
Future Improvements:
Find a way to make the fields logged more customizable.
For those thinking of using 0.1, plug_logger_json is used in very high traffic services on production without issue and sends those logs to an ELK stack.
Future Improvements: