Title (above)

Is there a way to limit the Log level on CLI console, when backtesting locally ?  (lean  backtest)

 

On config.json

I have added 

    "debugging": {

        "log-level": "Error"  

    }

To limit only trhe errors, but nothing changed.