Skip to content

Commit

Permalink
Ignore CATALINA_HOME env by default (#2864)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Oct 22, 2024
1 parent 2193f7d commit e7ce491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/+add_catalina_home_ignore.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ignore CATALINA_HOME env by default
1 change: 1 addition & 0 deletions mirrord/agent/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ impl EnvFilter {
WildMatch::new("RUST_LOG"),
WildMatch::new("_JAVA_OPTIONS"),
WildMatch::new("DOTNET_EnableDiagnostics"),
WildMatch::new("CATALINA_HOME"),
];

for selector in &filter_env_vars {
Expand Down

0 comments on commit e7ce491

Please sign in to comment.