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 ef2c68c commit 4e5c903Copy full SHA for 4e5c903
opentelemetry-sdk/src/logs/log_processor.rs
@@ -1074,7 +1074,6 @@ mod tests {
1074
#[async_trait::async_trait]
1075
impl LogExporter for AsyncLogExporter {
1076
async fn export(&mut self, batch: LogBatch<'_>) -> LogResult<()> {
1077
- println!("received..");
1078
let logs = Arc::clone(&self.logs);
1079
1080
// Collect batch into an owned Vec to ensure the data can be moved into the tokio::spawn task
0 commit comments