Nebo15 / logger_json

JSON logger formatter with support for Google Cloud, DataDog and other for Elixir.
https://nebo15.github.io/logger_json/
MIT License
237 stars 92 forks source link

fix: remove plug imports and ensure plug is loaded #118

Closed yordis closed 4 months ago

yordis commented 4 months ago

closes #117

AndrewDryga commented 4 months ago

Hey @yordis, thank you for the contribution!

Just removing the imports won't do the trick - you also need to update the usage of the functions from it (see test failures).