Skip to content

Commit 44829cd

Browse files
ericdalloptaoussanis
authored andcommitted
[fix] [#394] OTLP appender: fix reflection (@ericdallo)
1 parent b97ad98 commit 44829cd

File tree

1 file changed

+1
-1
lines changed
  • src/taoensso/timbre/appenders/community

1 file changed

+1
-1
lines changed

src/taoensso/timbre/appenders/community/otlp.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
timestamp (.toInstant instant)
8181
severity (get timbre->otlp-levels level default-severity)
8282
arg (single-map vargs)
83-
message (if-let [msg (:msg arg)] msg (force msg_))
83+
^String message (if-let [msg (:msg arg)] msg (force msg_))
8484
?ex-data (ex-data ?err)
8585
extra
8686
(assoc-some-nx context

0 commit comments

Comments
 (0)