Turn off logs
pandres95 opened this issue ยท 3 comments
pandres95 commented
Edit: Is there a way to programatically disable logs from the runtime?
xlc commented
use env LOG_LEVEL=error
pandres95 commented
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.