Logger Plugin

logger

Logs HTTP requests

Configuration

Name Type Description
format string Log format which can be constructed using the following tags:
  • time_rfc3339
  • id (Request ID - Not implemented)
  • remote_ip
  • uri
  • host
  • method
  • path
  • referer
  • user_agent
  • status
  • latency (In microseconds)
  • latency_human (Human readable)
  • bytes_in (Bytes received)
  • bytes_out (Bytes sent)
Example ${remote_ip} ${status}