(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

@ -2,6 +2,10 @@
All changes to this project will be documented in this file.
## [10.1.7] - 2020-08-11
(ws) -q option imply info log level, not warning log level
## [10.1.6] - 2020-08-06
(websocket server) Handle programmer error when the server callback is not registered properly (fix #227)

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "10.1.5"
#define IX_WEBSOCKET_VERSION "10.1.7"

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