Skip to content

Commit

Permalink
fix(logs): lower case log
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed Sep 9, 2024
1 parent ec49f8d commit 43a20c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ proxy_wasm::main! {{

proxy_wasm::set_log_level(LogLevel::Debug);

info!("Starting plugin");
info!("starting plugin");

// This sets the root context, which is the first context that is called on startup.
// The root context is used to initialize the plugin and load the configuration from the
Expand Down

0 comments on commit 43a20c5

Please sign in to comment.