0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 14:08:56 +02:00

ircd:Ⓜ️:vm: Make debuglog on accept conf item default to true.

This commit is contained in:
Jason Volk 2019-10-03 09:26:18 -07:00
parent 710b97dc62
commit 7e51d5dfca

View file

@ -57,7 +57,7 @@ decltype(ircd::m::vm::log_accept_debug)
ircd::m::vm::log_accept_debug
{
{ "name", "ircd.m.vm.log.accept.debug" },
{ "default", false },
{ "default", true },
};
decltype(ircd::m::vm::log_accept_info)