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.
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.