time_log v0.1.2 TimeLog.PreLogPlug

This plug logs the incoming requests. It logs the IP address and has the ability to anonymize the IP address if set in config.

Link to this section Summary

Functions

Call to PreLogPlug that initiates the request logging

Logs the request including the IP address

Link to this section Functions

Link to this function call(conn, opts)
call(Plug.Conn, Map) :: Plug.Conn

Call to PreLogPlug that initiates the request logging.

Link to this function log_request(conn)
log_request(Plug.Conn) :: Plug.Conn

Logs the request including the IP address