**Describe the bug** Logger printing stacktrace for type checking. **To Reproduce** ``` from PQAnalysis.analysis import RDF RDF(1,1,1) ``` **Expected behavior** If environment variable `PQANALYSIS_BEARTYPE_LEVEL` is not set to `DEBUG` it shouldn't print any stacktrace
Describe the bug
Logger printing stacktrace for type checking.
To Reproduce
Expected behavior
If environment variable
PQANALYSIS_BEARTYPE_LEVELis not set toDEBUGit shouldn't print any stacktrace