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 34c0735 commit ce0557bCopy full SHA for ce0557b
AWSSDKSwiftCLI/Sources/AWSCLIUtils/Process+Utils.swift
@@ -80,7 +80,7 @@ public struct ProcessRunner {
80
///
81
/// Runs the process and prints out the process's full command.
82
public static let standard = ProcessRunner { process in
83
- log(level: .debug, "Running process: \(process.commandString)")
+ log(level: .info, "Running process: \(process.commandString)")
84
try process.run()
85
process.waitUntilExit()
86
let exitCode = ExitCode(process.terminationStatus)
0 commit comments