You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2022. It is now read-only.
./telliot --web.logLevel=debug
would be the same as if having a configuration file like
{
"Web": {
"LogLeve": "debug"
}
}
cli argument ovveride the configs. This will allow to quickly switch the logs and other configs without the need to specify a config file and also edit it all the time.