Will Laurance
Will Laurance
Is this still an issue?
try ``` clojure :ring {:handler blah.core/handler :port ~(or (Integer/parseInt (System/getenv "PORT")) 8000) ```
:+1: lgtm, I have used winston before and loggly looks easy and free.
@guyht any progress on glogger?
This also looks good to me. :+1:
I think shrinkwrap is a good choice.
I have had this problem too. There are several ways to get around it. 1. make an alias in your shell to whatever you want 2. directly execute the node_module...
I had to reset my `DATABASE_URL` to include the ip address and port. See if `dokku config app` `DATABASE_URL` includes the ip address and port.
Any progress on this front?