AcalaNetwork/chopsticks

Turn off logs

pandres95 opened this issue ยท 3 comments

Edit: Is there a way to programatically disable logs from the runtime?

xlc commented

use env LOG_LEVEL=error

Sorry, I meant not from the CLI, but using the setup, setupWithServer functions ๐Ÿ˜…

Even though, that's a pretty good solution for now.

xlc commented

Right. We can add a log level parameter to be able to configure it.