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
Currently, the logger usage is fairly inconsistent, specifically in terms of labels. There are several instances of functions that are deeper in the execution chain setting a label on the logger. This is counterintuitive because we lose the actual context from where the log stems from. The logging should be redone to only set labels at top level functions and use another key/method for identifying lower level functions.
The text was updated successfully, but these errors were encountered:
Currently, the logger usage is fairly inconsistent, specifically in terms of labels. There are several instances of functions that are deeper in the execution chain setting a label on the logger. This is counterintuitive because we lose the actual context from where the log stems from. The logging should be redone to only set labels at top level functions and use another key/method for identifying lower level functions.
The text was updated successfully, but these errors were encountered: