diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/config/config.docker | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/config/config.docker b/etc/config/config.docker index 4805ae32..bfededb5 100644 --- a/etc/config/config.docker +++ b/etc/config/config.docker @@ -36,7 +36,7 @@ function interactive_mode() .. '8453 -> web interface\n' .. '\n' .. 'For verbose logging enter following command to prompt below:\n' - .. 'verbose(true)\n') + .. 'set_log_level("debug")\n') end print_help() end @@ -62,7 +62,7 @@ function debug_mode(qname, qtype) -- execute query right after start up and exit when the query is finished event.after(0, function() -- ultra verbose log - verbose(true) + set_log_level('debug') policy.add(policy.all(policy.DEBUG_ALWAYS)) log_debug(ffi.C.LOG_GRP_RESOLVER, 'starting DNS query for %s %s', qname, kres.tostring.type[qtype]) local starttime = cqueues.monotime() |