Skip to content

Commit ce0557b

Browse files
authored
chore: Log AWS SDK CLI commands as they are executed (#2011)
1 parent 34c0735 commit ce0557b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AWSSDKSwiftCLI/Sources/AWSCLIUtils/Process+Utils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public struct ProcessRunner {
8080
///
8181
/// Runs the process and prints out the process's full command.
8282
public static let standard = ProcessRunner { process in
83-
log(level: .debug, "Running process: \(process.commandString)")
83+
log(level: .info, "Running process: \(process.commandString)")
8484
try process.run()
8585
process.waitUntilExit()
8686
let exitCode = ExitCode(process.terminationStatus)

0 commit comments

Comments
 (0)