Joshua Schniper
Joshua Schniper
Removing that reverse did fix my issue. Do you want me to get a pull request together for this?
Sorry for the very slow response. What the code is doing currently is in line with what is recommended in https://hexdocs.pm/logger/Logger.html#module-custom-backends I'm trying to dig in and find why that...
Looks as though removing it can create up some situations where events are double logged but I need to play around with it some more in order to tell if...
I'm happy to submit a PR but I'd probably need someone to point me in the right direction.
This all looks to be related to #1303. If I add the `|> Absinthe.Utils.camelize(lower: true)` line back I get the desired results. I don't know enough about why that was...