-
-
Notifications
You must be signed in to change notification settings - Fork 719
Closed
Labels
a: backendRelated to internal functionality and utilities (error_handler, logging, security, utils and core)Related to internal functionality and utilities (error_handler, logging, security, utils and core)p: 3 - lowLow PriorityLow Priorityt: bugSomething isn't workingSomething isn't working
Description
We inject a custom implemented trace
method in our logger, but IDEs (such as PyCharm) don't detect this injection and so give a warning stating that the attribute doesn't exist.
This can be fixed by adding a CustomLogger
class, with the trace
method implemented within and updating logger
definitions.
Metadata
Metadata
Assignees
Labels
a: backendRelated to internal functionality and utilities (error_handler, logging, security, utils and core)Related to internal functionality and utilities (error_handler, logging, security, utils and core)p: 3 - lowLow PriorityLow Priorityt: bugSomething isn't workingSomething isn't working