Alexei Andreev

Results 4 comments of Alexei Andreev
trafficstars

I'm running multiple instances of Catalyst on one machine. Some of them should have logging enabled. Can we have it per process instead of using an env variable?

Actually I just tried this: `os.environ['CATALYST_LOG_LEVEL'] = '13'` And it doesn't work.

This is what I tried: ``` logger = Logger(ALGO_NAMESPACE) logger.disable() ``` But that doesn't work. `ALGO_NAMESPACE` is the same var I pass to Catalyst.

Ping on this. This would be a very useful feature to have.