Skip to content

root: filter out useless commandConn.CloseWrite warning message#924

Merged
tonistiigi merged 2 commits intodocker:masterfrom
crazy-max:log
Jan 25, 2022
Merged

root: filter out useless commandConn.CloseWrite warning message#924
tonistiigi merged 2 commits intodocker:masterfrom
crazy-max:log

Conversation

@crazy-max
Copy link
Member

@crazy-max crazy-max commented Jan 21, 2022

relates to #764 (comment)
closes #813

also while doing further tests for docker/cli#3314 I encounter a case where some logs don't match the output format from docker/cli:

$ docker build ...
WARNING: Error loading config file: ...
WARN[0000] No output specified for docker-container driver. Build result will only remain in ...

now using cli writers for logrus and simplify output format for parity:

$ docker build ...
WARNING: Error loading config file: ...
WARNING: No output specified for docker-container driver. Build result will only remain in ...

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants