Skip to content

Commit 8dcb733

Browse files
committed
remove debug level on 'playbook debug'
1 parent ed9b6a3 commit 8dcb733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ansible/events/log_events.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func (l loggingEventHandler) Handle(u *unstructured.Unstructured, e eventapi.Job
6969
return
7070
}
7171
if e.Event == eventapi.EventRunnerOnOk && debugAction {
72-
logger.V(logutil.VDebug).Info("[playbook debug]", "EventData.TaskArgs", e.EventData["task_args"])
72+
logger.Info("[playbook debug]", "EventData.TaskArgs", e.EventData["task_args"])
7373
return
7474
}
7575
if e.Event == eventapi.EventRunnerOnFailed {

0 commit comments

Comments
 (0)