Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9f6c6ab

Browse files
committedOct 11, 2024·
increase logging verbosity when required
1 parent 058145b commit 9f6c6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Plugins/AWSLambdaPackager/Plugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ struct AWSLambdaPackager: CommandPlugin {
101101
try Utils.execute(
102102
executable: dockerToolPath,
103103
arguments: ["pull", baseImage],
104-
logLevel: .output
104+
logLevel: verboseLogging ? .debug : .output
105105
)
106106
}
107107

0 commit comments

Comments
 (0)
Please sign in to comment.