diff --git a/plugins/wasm-rust/example/http-dispatch-example/src/lib.rs b/plugins/wasm-rust/example/http-dispatch-example/src/lib.rs index 318cc9199c..dec0baea3a 100644 --- a/plugins/wasm-rust/example/http-dispatch-example/src/lib.rs +++ b/plugins/wasm-rust/example/http-dispatch-example/src/lib.rs @@ -45,7 +45,7 @@ struct HttpDispatchExampleConfig {} impl HttpDispatchExampleRoot { fn new() -> Self { HttpDispatchExampleRoot { - log: Rc::new(Log::new("http-promise-example".to_string())), + log: Rc::new(Log::new("http-dispatch-example".to_string())), rule_matcher: rule_matcher::new_shared(), } }