Jacob Bogdanov
Results
1
issues of
Jacob Bogdanov
In python3.8 the `logging.Logger.log` (and `.info()`, `.debug()`, etc...) gained a new `stacklevel` argument. > The stacklevel parameter is passed from code calling the debug() and other APIs. If greater than...