Skip to content

Commit

Permalink
fix demo_logs metadata source name (vectordotdev#17689)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchsnj committed Jun 13, 2023
1 parent 2dfa850 commit 83af7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sources/demo_logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ async fn demo_logs_source(
now,
);
log_namespace.insert_source_metadata(
"service",
DemoLogsConfig::NAME,
log,
Some(LegacyKey::InsertIfEmpty(path!("service"))),
path!("service"),
Expand Down

0 comments on commit 83af7ea

Please sign in to comment.