diff --git a/graphene_mongo/fields.py b/graphene_mongo/fields.py index ef819855..1a642be7 100644 --- a/graphene_mongo/fields.py +++ b/graphene_mongo/fields.py @@ -583,7 +583,7 @@ def connection_resolver(cls, resolver, connection_type, root, info, **args): try: setattr(root, key, from_global_id(value)[1]) except Exception as error: - logging.error("Exception Occurred: ", exc_info=error) + logging.debug("Exception Occurred: ", exc_info=error) iterable = resolver(root, info, **args) if isinstance(connection_type, graphene.NonNull):