You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR introduces a new log.EventLog() API that gives
first class support for writing to the system.eventlog
table. This API lives in the log package and doesn't
have a dependency on the sql package, making it easy
to use across the repo.
This is implemented using a new set of interfaces in
the log package that allows the system and tenant
servers to register new event log writers. The logic
for writing to the event log table is the same as
that which is sql/event_log.go. For now the code is
duplicated, but it will be removed in a future commit
when this file is updated to use the new API.
Epic: CRDB-42978
Release note: None
0 commit comments