onkel-dirtus / logger_file_backend

MIT License
307 stars 128 forks source link

Please adapt it to new Elixir Version(1.5.1) PLS! #42

Closed neroishero closed 7 years ago

neroishero commented 7 years ago

GenEvent is depracated in Elixir v1.5.1, pls adapt to the new version, thanks.

areski commented 7 years ago

@onkel-dirtus merged the PR -> https://github.com/onkel-dirtus/logger_file_backend/pull/43 You might want to close this issue.

onkel-dirtus commented 7 years ago

@areski Thx

wrachwal commented 7 years ago

@onkel-dirtus Work under commit dd2f40d (#43) is not enough. I get tons of warnings like

12:57:34.611 [warn]  ** Undefined handle_info in LoggerFileBackend
** Unhandled message: {:io_reply, #Reference<0.1509840159.3980918785.102111>, :ok}

Please check what callback functions erlang's gen_event requires to be defined explicitly.

johnc219 commented 7 years ago

I am also getting the behavior described by @wrachwal