Disable python logging verbose

I don’t want to show the logging information, e.g. src/engine/engine.cc:55: MXNet start using engine: NaiveEngine
How can set through env variable?
Thank you!

Unfortunately, these logs seems to be part of the C++ implementation and can’t be removed easily. I created an issue last year to that effect…

Feel free to upvote the request here: https://github.com/apache/incubator-mxnet/issues/10492

Wow
Maybe I create a new issue reference to this