Details
-
Improvement
-
Status: Closed
-
Minor - P4
-
Resolution: Fixed
-
None
-
Fully Compatible
Description
When running latest master, I see this log line about 300 times when booting my app:
WARN - The BSON symbol type is deprecated; use String instead
This PR makes it so it only happens once:
https://github.com/mongodb/mongoid/pull/4887