Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Make it so that all config options can also be specified by a flag #6

Open
krasi-georgiev opened this issue Aug 22, 2021 · 0 comments

Comments

@krasi-georgiev
Copy link
Member

for example

./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.

@krasi-georgiev 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant