Cleanup debug logging (#3015)

This commit is contained in:
Paweł
2021-07-17 18:45:02 +02:00
committed by GitHub
parent a84e62c6bb
commit 89b86b94e7
2 changed files with 2 additions and 3 deletions
+2 -1
View File
@@ -846,7 +846,8 @@ PubSub::PubSub()
this->websocketClient.set_access_channels(websocketpp::log::alevel::all);
this->websocketClient.clear_access_channels(
websocketpp::log::alevel::frame_payload);
websocketpp::log::alevel::frame_payload |
websocketpp::log::alevel::frame_header);
this->websocketClient.init_asio();