Skip to content

Commit 8e26058

Browse files
totally did not edit from github mobile
1 parent 9113165 commit 8e26058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/azisaba/log4j2Fix/Log4j2Fix.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class Log4j2Fix {
2222
private static Instrumentation inst;
2323

2424
public static void main(String[] args) throws IOException {
25-
transformClasses();
25+
transformClasses(false);
2626
List<String> arguments = new ArrayList<>(Arrays.asList(args));
2727
if (arguments.isEmpty()) {
2828
System.out.println("wat");

0 commit comments

Comments
 (0)