plexy v0.3.3 Plexy.Instrumentor

A plug for logging basic request information in the format: instrumentation at=start method=get path=/apps instrumentation at=finish method=get path=/apps elapsed=100 status=200

Link to this section Summary

Functions

Logs the current request details when the plug is called, and logs the request timing and status before the response is sent

Initializes the plug. Log level is supported with :log

Link to this section Functions

Link to this function

call(conn, level)

Logs the current request details when the plug is called, and logs the request timing and status before the response is sent.

Initializes the plug. Log level is supported with :log.