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
The regexp should only match *symbols*, so we need to remove the opening
bracket of the function call. Additionally, we need to use anchors to
match the whole string, so as to not break on logrus.TraceLevel and
similar.
Finally, the error message is reworded to also mention bklog.L.
Signed-off-by: Justin Chadwell <[email protected]>
0 commit comments