Skip to content

Commit

Permalink
[#11818] Add log4j module permission
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Dec 12, 2024
1 parent d2aeaf9 commit 97a4651
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,10 @@ private void prepareAgentModule(final ClassLoader classLoader, JavaModule agentM
addUses("io.grpc.LoadBalancerProvider", classLoader, agentModule);

addUses("org.apache.logging.log4j.spi.Provider", classLoader, agentModule);

addUses("org.apache.logging.log4j.core.impl.Log4jProvider", classLoader, agentModule);

addUses("org.apache.logging.log4j.core.util.ContextDataProvider", classLoader, agentModule);

addUses("org.apache.logging.log4j.core.util.WatchEventService", classLoader, agentModule);
addUses("org.apache.logging.log4j.util.PropertySource", classLoader, agentModule);

addUses("org.slf4j.spi.SLF4JServiceProvider", classLoader, agentModule);

Expand Down

0 comments on commit 97a4651

Please sign in to comment.