Is there way to output log after start server? I want to know that the trot server has started successfully. Now, trot output logs when it receives some http request. But no log on console when I run `mix trot.start`.
Is there way to output log after start server?
I want to know that the trot server has started successfully.
Now, trot output logs when it receives some http request. But no log on console when I run
mix trot.start.