mongodb / mongo-jdbc-driver

JDBC Driver for MongoDB Atlas SQL interface
Apache License 2.0
35 stars 33 forks source link

SQL-1835: The driver disables all logger when connecting #244

Closed nbagnard closed 5 months ago

nbagnard commented 6 months ago

MongoDriver used to reset the log manager configuration with the configuration of the logging.properties from inside our jar. This is problematic for other applications using JUL as their configuration is deleted. Instead, we now do the configuration for our Filehandler programmatically.