binaryseed / new_relic_absinthe

Absinthe Instrumentation for the New Relic Elixir Agent
https://hex.pm/packages/new_relic_absinthe
Apache License 2.0
19 stars 13 forks source link

🐛 Absinthe.run without plug #20

Open marocchino opened 3 years ago

marocchino commented 3 years ago

In my company's code, there is a part that runs Absinthe.run in a regular run of crontab. In this case, the absinthe is not requested through the web, so the plug cannot be inserted. So, in this case, please tell me if there is a way to either ignore logging or enable logging without plug.