We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0450bd9 commit 6571403Copy full SHA for 6571403
Sources/ShellOut.swift
@@ -499,7 +499,7 @@ private extension Process {
499
self.waitUntilExit()
500
501
if outputGroup.wait(timeout: .now() + eofTimeout) == .timedOut {
502
- logger?.warning("ShellOut.launchBash: Timed out waiting for EOF! (command: \(command))")
+ logger?.debug("ShellOut.launchBash: Timed out waiting for EOF! (command: \(command))")
503
}
504
505
// We know as of this point that either all blocks have been submitted to the
0 commit comments