We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9113165 commit 8e26058Copy full SHA for 8e26058
1 file changed
src/main/java/net/azisaba/log4j2Fix/Log4j2Fix.java
@@ -22,7 +22,7 @@ public class Log4j2Fix {
22
private static Instrumentation inst;
23
24
public static void main(String[] args) throws IOException {
25
- transformClasses();
+ transformClasses(false);
26
List<String> arguments = new ArrayList<>(Arrays.asList(args));
27
if (arguments.isEmpty()) {
28
System.out.println("wat");
0 commit comments