Skip to content

Commit

Permalink
Merge pull request #8 from edwinjosegeorge/v0.4.0
Browse files Browse the repository at this point in the history
refactor: change logging level
  • Loading branch information
abhinand-c authored Nov 21, 2023
2 parents 5b0f9b9 + 7f1f223 commit 4c68df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene_mongo/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 4c68df5

Please sign in to comment.