Skip to content

Commit d2ca9a8

Browse files
fix: set traceLevel to warning
Set trace level to warning for reduced verbosity in logs
1 parent 4fca230 commit d2ca9a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ runs:
159159
--out uipath \
160160
--result_path "$testResultFilePath" \
161161
--language en-US \
162+
--traceLevel "Warning" \
162163
${{ steps.set_retry_count.outputs.retryCount }}
163164
164165
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)