Marcel-Rodekamp / NSL

Nanosystem Simulation Library (NSL) implements statistical simulations for systems on the nanoscale
Other
2 stars 0 forks source link

fix logger debug level not working #129

Closed GioPede closed 1 year ago

GioPede commented 1 year ago

This is just a one line fix to allow the logger to work with debug level. Apparently if you set the levels on the sink objects, the logger object still filters them out depending on its own intrinsic level (which is info by default). So I just changed it to debug by default.

(Should we make hotfixes not go through pull requests if they are small enough?)

Marcel-Rodekamp commented 1 year ago

Works, perfectly fine now!