Skip to content

Commit 2f7f00a

Browse files
committed
fix
Signed-off-by: Smyslov Maxim <maksim.smyslov@flant.com>
1 parent b244af1 commit 2f7f00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/plugins/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func NewPluginCommand(commandName string, description string, aliases []string,
106106
return
107107
}
108108

109-
logger.Info("Executing plugin", slog.Any("args", args))
109+
logger.Debug("Executing plugin", slog.Any("args", args))
110110

111111
command := exec.CommandContext(cmd.Context(), absPath, args...)
112112
command.Stdout = os.Stdout

0 commit comments

Comments
 (0)