kaizendorks / pymongo_inmemory

A mongo mocking library with an ephemeral MongoDB running in memory.
MIT License
39 stars 13 forks source link

stdout overwhelmed by port status messages in CI testing #83

Closed rkingsbury closed 10 months ago

rkingsbury commented 10 months ago

Describe the bug

When running in a GitHub actions CI environment with a non default port 27019, the stdout is flooded with messages like this one

PYMONGOIM_MONGOD - WARNING - Using Mongod port set by user: 27019

which appear to fire multiple times per second. See example run here.

Is there way to suppress these messages?

Context:

Flagging #29 as possibly related

ekarademir commented 10 months ago

I'll do a release in few mins, please feel free to reopen if the issue persists. I just removed the log line, since it's no longer necessary as we are advertising the user set config items with the context.