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 has been 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.
The text was updated successfully, but these errors were encountered:
krasi-georgiev
changed the title
Make it so that all config options can be spcified by a flag
Make it so that all config options can also be specified by a flag
Sep 7, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
for example
./telliot --web.logLevel=debug
would be the same as if having a configuration file like
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.
The text was updated successfully, but these errors were encountered: