Fork me on GitHub
#luminus
<
2017-07-24
>
pcj18:07:22

@yogthos I did not have the time to look into it but my repl keeps getting spammed with these messages

2017-07-24 14:32:36,126 [cluster-ClusterId{value='59763cf38bd13d4194505a8f', description='null'}-127.0.0.1:27017] DEBUG org.mongodb.driver.cluster - Checking status of 127.0.0.1:27017 
2017-07-24 14:32:36,127 [cluster-ClusterId{value='59763cf38bd13d4194505a8f', description='null'}-127.0.0.1:27017] DEBUG org.mongodb.driver.cluster - Updating cluster description to  {type=STANDALONE, servers=[{address=127.0.0.1:27017, type=STANDALONE, roundTripTime=0.5 ms, state=CONNECTED}] 
I've never used mongodb before so maybe I am forgetting something small or messed up the configuration.

yogthos19:07:43

@pcj you might just have to add a logger config for mongo in env/dev/resources/logback.xml

yogthos19:07:41

you can likely just add

<logger name="org.mongodb.driver.cluster" level="warn">
        <AppenderRef ref="STDOUT"/>
        <AppenderRef ref="FILE"/>
    </logger>