We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f4379 commit fbb5fe8Copy full SHA for fbb5fe8
cmd/sfncli/sfncli.go
@@ -176,7 +176,7 @@ func main() {
176
cw.SetActiveState(true)
177
input := *getATOutput.Input
178
token := *getATOutput.TaskToken
179
- log.InfoD("getactivitytask", logger.M{"input": input, "token": token})
+ log.TraceD("getactivitytask", logger.M{"input": input, "token": token})
180
181
// Create a context for this task. We'll cancel this context on errors.
182
// Anything spawned on behalf of the task should use this context.
0 commit comments