Skip to content

Commit 09902da

Browse files
committed
Change log level
1 parent 60cddbc commit 09902da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llmstack/common/utils/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def get_location(ip):
6464
"longitude": city_loc.location.longitude,
6565
}
6666
except Exception as e:
67-
logger.exception(e)
67+
logger.debug(e)
6868
return {}
6969

7070

0 commit comments

Comments
 (0)