-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Currently, the `MongoLogWriter` and `MongoLogManager` are located within a single module and are imported together in Compass. Since we are already working on this module, we can take the opportunity to refactor it further by splitting these classes into separate modules with separate `exports` entries in package.json, allowing them to be imported independently.