Mark websockets as logging to rpc

This commit is contained in:
Nathan Hourt 2015-05-27 15:04:34 -04:00
parent 8012ab4705
commit 83d5bcb147

View file

@ -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 {