Closed ryanwinchester closed 5 years ago
Another issue showing up, looks similarish?
:gen_event handler Timber.LoggerBackends.HTTP installed in Logger terminating
** (exit) an exception was raised:
** (FunctionClauseError) no function clause matching in Timber.Eventable.Map.to_event/1
(timber) lib/timber/eventable.ex:78: Timber.Eventable.Map.to_event(%{cleared_count: 0, new_count: 0, unchanged_count: 0})
(timber) lib/timber/log_entry.ex:158: Timber.LogEntry.extract_message_and_event/2
Removing timber for now.
Any thoughts on how to I debug this :gen_event handler Timber.LoggerBackends.HTTP exception?
I don't even know where to begin on this one.
I've done a find all for
event:
and every logger call I've made myself is likeLogger.whatever("msg", event: %{foo: "bar"})
What else can I do?