Skip to content

Commit

Permalink
chore: add method name to alert
Browse files Browse the repository at this point in the history
  • Loading branch information
fufuok committed Jul 2, 2024
1 parent d2992ba commit 5482759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func GetRemoteConf(ctx context.Context, cfg config.FilesConf) {
id := common.GTimeNowString("060102150405.999999999")
fn, ok := common.Funcs.Load(cfg.Method)
if !ok {
alarm.Error().Str("id", id).Str("method", cfg.Method).Msg("Remote configuration fetcher initialization failed")
alarm.Error().Str("id", id).Str("more", cfg.Method).Msg("Remote configuration fetcher initialization failed")
return
}

Expand Down

0 comments on commit 5482759

Please sign in to comment.