Skip to content

Commit 2ef8a11

Browse files
committed
debug logging in Ansible test
1 parent 3db00ee commit 2ef8a11

File tree

1 file changed

+1
-1
lines changed
  • test/ansible-operator/cmd/ansible-operator

1 file changed

+1
-1
lines changed

test/ansible-operator/cmd/ansible-operator/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func printVersion() {
3939
func main() {
4040
flag.Parse()
4141

42-
logf.SetLogger(logf.ZapLogger(false))
42+
logf.SetLogger(logf.ZapLogger(true))
4343

4444
namespace, err := k8sutil.GetWatchNamespace()
4545
if err != nil {

0 commit comments

Comments
 (0)