Skip to content

Commit fbb5fe8

Browse files
authored
getactivitytask INFO -> TRACE
1 parent f3f4379 commit fbb5fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/sfncli/sfncli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func main() {
176176
cw.SetActiveState(true)
177177
input := *getATOutput.Input
178178
token := *getATOutput.TaskToken
179-
log.InfoD("getactivitytask", logger.M{"input": input, "token": token})
179+
log.TraceD("getactivitytask", logger.M{"input": input, "token": token})
180180

181181
// Create a context for this task. We'll cancel this context on errors.
182182
// Anything spawned on behalf of the task should use this context.

0 commit comments

Comments
 (0)