Improve container output

This commit is contained in:
Dominik Werder
2024-12-04 16:01:16 +01:00
parent e7613d6864
commit a7929cf78b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ pub async fn scylla_channel_event_stream(
chconf: ChConf,
scyqueue: &ScyllaQueue,
) -> Result<Pin<Box<dyn Stream<Item = Sitemty<ChannelEvents>> + Send>>, Error> {
debug!("scylla_channel_event_stream {evq:?}");
trace!("scylla_channel_event_stream {evq:?}");
// TODO depends in general on the query
// TODO why both in PlainEventsQuery and as separate parameter? Check other usages.
let _series = SeriesId::new(chconf.series());