We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45dba68 commit b2e275aCopy full SHA for b2e275a
pkg/coordinator/coordinator.go
@@ -79,7 +79,7 @@ func index(conf config.CoordinatorConfig, log *logger.Logger) httpx.Handler {
79
80
handler := func(tpl *template.Template, w httpx.ResponseWriter, r *httpx.Request) {
81
if err := tpl.Execute(w, tplData); err != nil {
82
- log.Fatal().Err(err).Msg("error with the analytics template file")
+ log.Error().Err(err).Msg("error with the analytics template file")
83
}
84
85
0 commit comments