View Source Exbox.Logging.LogHandler (Exbox v0.3.7)
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> Exbox.Logging.LogHandler.handle_event([:phoenix, :endpoint, :stop], measurements, metadata, config)
:ok