Log event kind of new events coming in (in debug)

This commit is contained in:
Mike Dilger 2023-01-15 08:34:00 +13:00
parent 5c06880d42
commit d69b496eb9

View File

@ -38,7 +38,8 @@ impl Minion {
.subscriptions
.get_handle_by_id(&subid.0)
.unwrap_or_else(|| "_".to_owned());
tracing::debug!("{}: {}: NEW EVENT", &self.url, handle);
tracing::debug!("{}: {}: New Event: {:?}", &self.url, handle, event.kind);
// Events that come in after EOSE on the general feed bump the last_general_eose
// timestamp for that relay, so we don't query before them next time we run.