Defect Logs - sgml/signature GitHub Wiki

Irrelevant condition - I was checking for something that should have been skipped altogether

Constant unset - I was checking for a constant value which was never set

Missed parentheses - I did not lint the code

Public function was not local - I added a function to an object within a function instead of simple nesting

Cached value was wrong - I cached a dynamic value in a variable instead of wrapping it in a function call

Log Types

Loguru Example Code

Python Logging Example Code

References