We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60cddbc commit 09902daCopy full SHA for 09902da
llmstack/common/utils/utils.py
@@ -64,7 +64,7 @@ def get_location(ip):
64
"longitude": city_loc.location.longitude,
65
}
66
except Exception as e:
67
- logger.exception(e)
+ logger.debug(e)
68
return {}
69
70
0 commit comments