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
knz opened this issue
Sep 23, 2019
· 0 comments
· Fixed by #40993
Labels
A-loggingIn and around the logging infrastructure.C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
The text was updated successfully, but these errors were encountered:
knz
added
A-logging
In and around the logging infrastructure.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
labels
Sep 23, 2019
A-loggingIn and around the logging infrastructure.C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
The log package provides an
Intercept()
function used by the "logspy" debug endpoint.At this time
Intercept()
only redirects logging to the main logger. Secondary loggers (SQL audit log, statements, RocksDB) are not intercepted.Presumably we want interception to work across all loggers simultaneously.
cc @tbg
The text was updated successfully, but these errors were encountered: