We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67ec54 commit 836004fCopy full SHA for 836004f
interactions/api/models/misc.py
@@ -46,7 +46,7 @@ def __init__(self, **kwargs):
46
# else case if the mixin is used outside of this library and/or SDK.
47
setattr(self, key, kwargs[key])
48
else:
49
- log.info(
+ log.debug(
50
f"Attribute {key} is missing from the {self.__class__.__name__} data model, skipping."
51
)
52
# work on message printout? Effective, but I think it should be a little bit more friendly
0 commit comments