From 3fcafa1dae8b013138231f6af25eefd13f5e3e98 Mon Sep 17 00:00:00 2001 From: ychao_1983 Date: Thu, 1 Dec 2022 09:07:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/grampus/grampus.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/grampus/grampus.go b/modules/grampus/grampus.go index bf5b2ef9a..87d31fb96 100755 --- a/modules/grampus/grampus.go +++ b/modules/grampus/grampus.go @@ -170,6 +170,7 @@ func GenerateNotebookJob(ctx *context.Context, req *GenerateNotebookJobReq) (job ContainerPath: "/code", } req.Command = fmt.Sprintf(CommandGpuDebug, cpCommand) + log.Info("debug command:" + req.Command) }