From 41422180880d8a55eb184659f2e2bbe014284739 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Tue, 6 Dec 2022 16:13:29 +0800 Subject: [PATCH] chore: rename dbfs prefix --- modules/actions/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/actions/log.go b/modules/actions/log.go index c15237c773..e0061f4f75 100644 --- a/modules/actions/log.go +++ b/modules/actions/log.go @@ -22,7 +22,7 @@ import ( const ( MaxLineSize = 64 * 1024 - DBFSPrefix = "actions_tasks/" + DBFSPrefix = "actions_log/" timeFormat = "2006-01-02T15:04:05.0000000Z07:00" defaultBufSize = 64 * 1024