Skip to content

Commit 09bc5c0

Browse files
authored
Add TODO about cleaning up RAI-specific things
1 parent 80fb7da commit 09bc5c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TransactionLogging/json_logger.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ function Logging.handle_message(
104104
"attrs" => kwargs_attrs,
105105
"thread_id" => Base.Threads.threadid(),
106106
)
107+
# TODO: Obviously these tags are all RAI-specific, and if others will want to use our logger setup,
108+
# we will probably want to abstract this into something better.
107109
if has_request_id(logger)
108110
logcontent["request_id"] = get_request_id(logger)
109111
end

0 commit comments

Comments
 (0)