We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In future versions the reader will be able to log to a file along/instead of just on stdout.
stdout
The text was updated successfully, but these errors were encountered:
It should be along, since having stdout logging allows docker logs --follow <container_id>.
docker logs --follow <container_id>
Sorry, something went wrong.
Have implemented this in an experimental branch and will come out in future commits.
If possible do a separate pull request even for these kind of smaller commits, instead of combining them into other contributions.
asimpleidea
No branches or pull requests
In future versions the reader will be able to log to a file along/instead of just on
stdout
.The text was updated successfully, but these errors were encountered: