We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80fb7da commit 09bc5c0Copy full SHA for 09bc5c0
src/TransactionLogging/json_logger.jl
@@ -104,6 +104,8 @@ function Logging.handle_message(
104
"attrs" => kwargs_attrs,
105
"thread_id" => Base.Threads.threadid(),
106
)
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.
109
if has_request_id(logger)
110
logcontent["request_id"] = get_request_id(logger)
111
end
0 commit comments