quantopian/PenguinDome

log level question

Closed this issue · 1 comments

Hi,

In my test server I've set these settings : (mind the logging level)

database:
  host:
  - mongodb:27017
  password: ******
  username: ******
logging:
  level: info
port: 8080

but in /var/log I see lots of DEBUG messages such as

[2024-10-11 08:35:02.071861] DEBUG: pymongo.connection: {"clientId": {"$oid": "6708e336ebb40c4719956e50"}, "message": "Connection checked in", "serverHost": "mongodb", "serverPort": 27017, "driverConnectionId": 1}
[2024-10-11 08:35:02.072137] DEBUG: penguindome-server: client-hostname-redacted is current (1728574354)
[2024-10-11 08:35:02.072399] DEBUG: pymongo.serverSelection: {"message": "Server selection started", "selector": "Primary()"

Did I miss something in required configuration ?

(BTW I think I have the same thing on client logs)

Sorry, I think I completely mi read things between different tests setup.