You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli: container: remove logging in wait-for-exit paths
Because these paths are used for detached cases, you can end up seeing
"errors" due to not being able to get the exit code, when in reality the
context is timing our or being cancelled. I'm not sure how common this
is on x86, but I can see it all the time on arm64 -- and these error
messages seem quite noisy to me.
Signed-off-by: Aleksa Sarai <asarai@suse.de>
0 commit comments