We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was reading the sources of this module to learn about elli, and two things came to my attention in handle_event/3
handle_event/3
{Timings, Sizes}
Timings
timer:now_diff
erlang:timestamp()
I guess elli changed some things, but elli_access_log was not updated.
The text was updated successfully, but these errors were encountered:
Sounds about right. Pull requests are most welcome!
Sorry, something went wrong.
No branches or pull requests
I was reading the sources of this module to learn about elli, and two things came to my attention in
handle_event/3
{Timings, Sizes}
instead of justTimings
.timer:now_diff
cannot be used since values in theTimings
property list are noterlang:timestamp()
values (they are simple integers).I guess elli changed some things, but elli_access_log was not updated.
The text was updated successfully, but these errors were encountered: