Skip to content

Commit

Permalink
releases/kuadrant-ratelimit-wasm-v0.4.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Jun 4, 2024
1 parent 041c9a7 commit c725ad9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added releases/kuadrant-ratelimit-wasm-v0.4.0-alpha.2
Binary file not shown.
1 change: 1 addition & 0 deletions src/filter/root_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ impl RootContext for FilterRoot {
};
match serde_json::from_slice::<PluginConfiguration>(&configuration) {
Ok(config) => {
info!("root-context #{}: Eguzki", self.context_id);
info!("plugin config parsed: {:?}", config);
self.config = Rc::new(FilterConfig::from(config));
}
Expand Down

0 comments on commit c725ad9

Please sign in to comment.