(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)