Skip to content

Commit 6cb0632

Browse files
author
David Gomes
committed
fix: missing
1 parent 6829e7e commit 6cb0632

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/tracing_setup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub async fn setup_loki() {
3333

3434
match http.get(loki_base_url.parse().unwrap()).await {
3535
Ok(_) => {
36-
let (layer, task) = build_loki_layer();
36+
let (layer, task) = build_loki_layer(&loki_base_url);
3737

3838
registry.with(layer).init();
3939
tokio::spawn(task);

0 commit comments

Comments
 (0)