AcalaNetwork / chopsticks

Create parallel reality of your Substrate network.
Apache License 2.0
138 stars 84 forks source link

Turn off logs #692

Open pandres95 opened 8 months ago

pandres95 commented 8 months ago

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

xlc commented 8 months ago

use env LOG_LEVEL=error

pandres95 commented 8 months ago

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 8 months ago

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