prosody/prosody-docker

Pipe logs to std out

metalaureate opened this issue · 3 comments

@lloydwatkin Docker processes should pipe std out to the foreground when not demonized - then I could debug in the cloud. Is there anything I can do in config to fix that?

You could change the log location to stdout?

Hmm. I set log paths to /dev/stdout but that didn't do anything.

Maybe I should have read the config file:

-- "*console"; -- Log to the console, useful for debugging with daemonize=false