View Source Zexbox.Logging.LogHandler (Zexbox v0.6.0)
All log events are handled by this module.
Summary
Functions
This function is called by the Phoenix endpoint when a controller action is started and finished. This allows us to use kibana for log inspection and monitoring
Functions
This function is called by the Phoenix endpoint when a controller action is started and finished. This allows us to use kibana for log inspection and monitoring
Examples:
iex> Zexbox.Logging.LogHandler.handle_event([:phoenix, :endpoint, :stop], measurements, metadata, config)
:ok