Skip to content

Commit 42f593a

Browse files
author
Ivan Kirichenko
authored
Convert exception to string
Because log object expects strings only
1 parent bf5b3a4 commit 42f593a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instana/meter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def collect_modules(self):
205205

206206
return r
207207
except Exception as e:
208-
l.error("collect_modules: ", e)
208+
l.error("collect_modules: ", str(e))
209209

210210
return None
211211

0 commit comments

Comments
 (0)