Comment on Show HN: MailgunLoggerComments−cpursley6yThis is very timely! I'd love to see the logging bits extracted out into its own library so I can use it directly in an existing Phoenix app. I don't really need the GUI bits.−dqv6yYou should be able to still use it. Just set `runtime: false` for the dep entry in your `mix.exs` file and only start what you need.−jeroenbourgois6yOP here. We saw your request on github, will follow up there. Should not be that hard to do, it's not a lot of code actually.
Comments
This is very timely! I'd love to see the logging bits extracted out into its own library so I can use it directly in an existing Phoenix app. I don't really need the GUI bits.
You should be able to still use it. Just set `runtime: false` for the dep entry in your `mix.exs` file and only start what you need.
OP here. We saw your request on github, will follow up there. Should not be that hard to do, it's not a lot of code actually.