default logging changes

This commit is contained in:
Peter Thorson
2011-10-10 18:13:49 -05:00
parent f0947e4b1d
commit 43bee764a9

View File

@@ -37,8 +37,8 @@ using websocketpp::server;
server::server(boost::asio::io_service& io_service,
const tcp::endpoint& endpoint,
websocketpp::connection_handler_ptr defc)
: m_elog_level(LOG_ALL),
m_alog_level(ALOG_ALL),
: m_elog_level(LOG_OFF),
m_alog_level(ALOG_OFF),
m_max_message_size(DEFAULT_MAX_MESSAGE_SIZE),
m_io_service(io_service),
m_acceptor(io_service, endpoint),