Skip to content

Commit 5482759

Browse files
committed
chore: add method name to alert
1 parent d2992ba commit 5482759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

master/remote.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func GetRemoteConf(ctx context.Context, cfg config.FilesConf) {
5858
id := common.GTimeNowString("060102150405.999999999")
5959
fn, ok := common.Funcs.Load(cfg.Method)
6060
if !ok {
61-
alarm.Error().Str("id", id).Str("method", cfg.Method).Msg("Remote configuration fetcher initialization failed")
61+
alarm.Error().Str("id", id).Str("more", cfg.Method).Msg("Remote configuration fetcher initialization failed")
6262
return
6363
}
6464

0 commit comments

Comments
 (0)