-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coprocess logs missing from container output #294
Comments
Are you getting any log output from the container? For example, are you seeing the output of your In any event, can you run with debug logging and drop the output here? Add the following section to your config: "logging": {
"level": "DEBUG",
"format": "default",
"output": "stdout"
} |
@tgross it looks like the output was just really delayed. I just opened my laptop again and the output was there. Odd. |
That's strange. Can you tell me a bit about where you're deploying this? Is this all in Docker on your laptop or something like Triton? |
Locally: Docker for mac via |
And you saw this behavior in both environments? |
Possibly related: #295 |
Added a comment here for this: #295 (comment) |
Released in https://github.com/joyent/containerpilot/releases/tag/2.7.1. I'm going to mark this as fixed and close this issue, but feel free to reopen if it looks like we missed something. |
@tgross it's resolved. Thanks for the awesome work. |
Hey guys, awesome work on container pilot. This is way easier than stuffing supervisor into a container.
I've got an issue where the
coprocesses
output is not being captured.Here's my container pilot installation script.
Here's my
containerpilot.json
I can see the process is running but the output is missing from the logs.
The process isn't crashing and it's working as expected. Any ideas?
Thanks again.
The text was updated successfully, but these errors were encountered: