Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 2d59e2f

Browse files
disable logging in pom.xml
1 parent 0e6c12b commit 2d59e2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standalone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<slf4j.version>2.0.9</slf4j.version>
2020
<javassist.version>3.29.2-GA</javassist.version>
2121
<skip.native>true</skip.native>
22-
<disable.logging>true</disable.logging>
22+
<disable.logging>false</disable.logging>
2323
</properties>
2424
<dependencies>
2525
<!-- GraalVM JavaScript engine -->

0 commit comments

Comments
 (0)