-
Notifications
You must be signed in to change notification settings - Fork 63
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
How to reproduce:
Just create a .py file, and add one line:
import stock_indicators as si
run it, and following debug info will be given:
DEBUG:stock_indicators._cslib:DOTNET_ROOT: None
DEBUG:stock_indicators._cslib:Base path: Y:\python_projects\pybrokerProjects\.venv\Lib\site-packages\stock_indicators\_cslib
DEBUG:stock_indicators._cslib:Runtime config path: Y:\python_projects\pybrokerProjects\.venv\Lib\site-packages\stock_indicators\_cslib\runtimeconfig.json
DEBUG:stock_indicators._cslib:DLL path: Y:\python_projects\pybrokerProjects\.venv\Lib\site-packages\stock_indicators\_cslib\lib\Skender.Stock.Indicators.dll
DEBUG:stock_indicators._cslib:CLR loaded successfully on Windows
DEBUG:stock_indicators._cslib:Set assembly probing path to: Y:\python_projects\pybrokerProjects\.venv\Lib\site-packages\stock_indicators\_cslib\lib
DEBUG:stock_indicators._cslib:Loading assembly from: Y:\python_projects\pybrokerProjects\.venv\Lib\site-packages\stock_indicators\_cslib\lib\Skender.Stock.Indicators.dll
DEBUG:stock_indicators._cslib:Assembly loaded: Skender.Stock.Indicators, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null
DEBUG:stock_indicators._cslib:Assembly reference added
I think it was introduced in 1.3.2 in "stock_indicators/_cslib/init.py" at line 21 "logging.basicConfig(level=logging.DEBUG)"
This turn my whole program into debug mode, and start to spit out tons of DEBUG log and causing lagging.
There is another one at "benchmarks/conftest.py"
Please check. Thank you.
Code usage
Log output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
✅ Done