-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Attributes
-
Fully Compatible
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