Mark websockets as logging to rpc
This commit is contained in:
parent
8012ab4705
commit
83d5bcb147
1 changed files with 5 additions and 0 deletions
|
|
@ -11,6 +11,11 @@
|
|||
#include <fc/thread/thread.hpp>
|
||||
#include <fc/asio.hpp>
|
||||
|
||||
#ifdef DEFAULT_LOGGER
|
||||
# undef DEFAULT_LOGGER
|
||||
#endif
|
||||
#define DEFAULT_LOGGER "rpc"
|
||||
|
||||
namespace fc { namespace http {
|
||||
|
||||
namespace detail {
|
||||
|
|
|
|||
Loading…
Reference in a new issue