(ws) -q option imply info log level, not warning log level

This commit is contained in:
Benjamin Sergeant
2020-08-11 15:44:06 -07:00
parent e7c4f0b171
commit b8265bf7f2
3 changed files with 6 additions and 2 deletions

View File

@ -507,7 +507,7 @@ int main(int argc, char** argv)
if (quiet)
{
spdlog::set_level(spdlog::level::warn);
spdlog::set_level(spdlog::level::info);
}
// Cobra config