Zekhap_N_A
(Zekhap N/A)
6
Okey everything works until i add the minecraft paper inside the .pom.
Then it stops.
But… if i use the System.out.println(“test”); it has edited my output atleast
not it is 00:00:00 INFO]: [Plugin] [STDOUT] TEST
Before it was only 00:00:00 INFO]: [Plugin] TEST
My log4j2.xml right now
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="INFO">
<Loggers>
<Logger name="org.mongodb.driver" level="off" additivity="false">
<AppenderRef ref="Out"/>
</Logger>
</Loggers>
</Configuration>
I tested with
- org.mongodb.driver.client
- org.mongodb.driver.*