Closed ghost closed 5 years ago
If you setDebugMode(False)
before receiving the status (e.g. at the time of your market data subscription) then you should not have this message printed out on console. To make sure that you have turned off debug mode at the start of your application, you can set a configuration in pyrfa.cfg
:
\pyrfa\debug = false
Then logs will only be populated in a log file and not on screen.
Thanks, set that and the console was silent.
Hi,
We've started using PyRFA to pull some prices and set
self.p.setDebugMode(False)
yet we still have errors spamming the console when running. Is there a way to silence them (no log needed)?Thanks, -Chay