You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
attr.command.findAndModify contains the collection name, and in this log format, attr.command.update contains the update content which is a dict.
When parsing a findAndModify log line it throws the following error.
Traceback (most recent call last):
File "/Users/ray/Projects/python/fruitsalad/fruitsalad.py", line 285, in run
self._obfuscate_namespace(
File "/Users/ray/Projects/python/fruitsalad/fruitsalad.py", line 116, in _obfuscate_namespace
parts = ns.split('.')
^^^^^^^^
AttributeError: 'dict' object has no attribute 'split'
The text was updated successfully, but these errors were encountered:
The code doesn't seem to handle
findAndModify
attr.command.findAndModify
contains the collection name, and in this log format,attr.command.update
contains the update content which is a dict.When parsing a
findAndModify
log line it throws the following error.The text was updated successfully, but these errors were encountered: