(misc) Disable MongoDB logging

This commit is contained in:
KingRainbow44 2023-11-26 00:47:54 -05:00
parent f18d8ea709
commit 96810c7c6e
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -18,8 +18,9 @@
<logger name="org.eclipse.jetty" level="OFF" />
<logger name="de.bwaldvogel" level="ERROR" />
<logger name="io.javalin" level="ERROR" />
<logger name="org.mongodb.driver" level="ERROR" />
<root level="INFO">
<appender-ref ref="CONSOLE" />
<appender-ref ref="FILE" />
</root>
</Configuration>
</Configuration>