dokku-logging-supervisord icon indicating copy to clipboard operation
dokku-logging-supervisord copied to clipboard

Individual app logs and supervisord for Dokku

Results 9 dokku-logging-supervisord issues
Sort by recently updated
recently updated
newest added

Trying this out I suddenly notice the following entries in my rails apps log: ``` /app/vendor/bundle/ruby/2.2.0/gems/unicorn-4.8.3/bin/unicorn:110:in `block in ': invalid argument: -p -c (OptionParser::InvalidArgument) from /app/vendor/bundle/ruby/2.2.0/gems/unicorn-4.8.3/bin/unicorn:10:in `new' from /app/vendor/bundle/ruby/2.2.0/gems/unicorn-4.8.3/bin/unicorn:10:in `'...

This seems to be a rehash of a couple of old issues... I have the same node app running on two different DO droplets. On one I was able to...

how can I disable this for a app?

As the bulit-in `dokku logs` command only shows the output of supervisord itself, I created a few extra `logs:*` commands to enable accessing various app/process logs. Additionally I had a...

On my machine, this fixes sehrope/dokku-logging-supervisord#32. Conceptually, it makes sense to me even though I'm by no means a Docker expert. "run -d" returns immediately from Docker and provides the...

When supervisord starts it starts processes that have been commented out in the Procfile.

Fresh install of dokku v4.0.4, install this plugin, then deploy my app. Sometimes it works for a few pushes, then deployments/restarts hang and never work again. A dokku --trace ps:restart...

This adds an extra script to install supervisor so it doesn't have to happen on post-release. I have leaved the installation on post-release as well, just in case. Also I...

Hi Each time I deploy I see the following `-----> Injecting Logging Supervisor ...` `supervisor is not installed (will install via apt-get)` Is there a way to permanently solve this...