Adds details about new non-blocking logging mode#1482
Merged
mdlinville merged 1 commit intodocker:vnext-enginefrom Feb 3, 2017
Merged
Adds details about new non-blocking logging mode#1482mdlinville merged 1 commit intodocker:vnext-enginefrom
mdlinville merged 1 commit intodocker:vnext-enginefrom
Conversation
This functionality was added in moby/moby#28762. It allows a user to specify what to do in cases when a log message can't be sent, block the container's stdio or drop messages. Also removes an erronious entry about a `nats` log driver, which does not exist. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Contributor
Author
|
ping @thaJeztah |
|
LGTM pending tech review. Where in the world did the |
Contributor
Author
|
Not sure but it looks like it got cherry-picked in somehow in #1187 |
|
The NATS stuff was added in #369. Should I just revert that change? It is my fault because I merged it without realizing that the feature was rejected. |
|
I can't revert #369 cleanly so I'll just merge this one, which effectively does the same thing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This functionality was added in moby/moby#28762.
It allows a user to specify what to do in cases when a log message can't
be sent, block the container's stdio or drop messages.
Also removes an erroneous entry about a
natslog driver, which doesnot exist.