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 #43899
Labels
A-loggingIn and around the logging infrastructure.C-cleanupTech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
The text was updated successfully, but these errors were encountered:
knz
added
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
A-logging
In and around the logging infrastructure.
labels
Sep 23, 2019
40993: util/log: refactor and bug fixes r=knz a=knz
Fixes#40983.
Fixes#40973.
Fixes#40974.
Fixes#41231.
I might also want to add code to clean up #40972, #40982 and #40990 provided I receive some guidance from @tbg or someone familiar with the log package.
41654: parser: fix telemetry link for materialized views r=jordanlewis a=jordanlewis
This commit fixes the error message that you get if you try to create a
materialized view to point at the right GitHub issue.
Release note: None
Co-authored-by: Raphael 'kena' Poss <[email protected]>
Co-authored-by: Jordan Lewis <[email protected]>
A-loggingIn and around the logging infrastructure.C-cleanupTech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
The log package has a special "trace point" feature that's not used anywhere.
Presumably it was originally intended to be configurable via a ghost flag
-log_backtrace_at
(mentioned in comments), but today it's not used anywhere.cc @tbg
The text was updated successfully, but these errors were encountered: