diff --git a/twitchWatcher.go b/twitchWatcher.go index 582b3aa..6bff3e8 100644 --- a/twitchWatcher.go +++ b/twitchWatcher.go @@ -279,6 +279,7 @@ func (t *twitchWatcher) handleEventSubChannelPollChange(event *string) func(json logger.Info("Poll started") case eventTypePollEnd: + fields.Set("status", payload.Status) logger.WithField("status", payload.Status).Info("Poll ended") case eventTypePollProgress: