Hacker News new | ask | show | jobs
by cpursley 2269 days ago
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.
2 comments

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.