This is a developer option with limited use to the general user. It
makes it possible to see at which warning or log level a message is sent
to the console.
This information is also available in debug.log, thus this option is more
or less obsolete. Too bad it's documented already...
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Enable log level 4 (show tool debug information).
.TP
.BR \-\-log-debug
-Enable logging of debugging output.
+Enable debugging of log levels and warnings.
.TP
.BR \-\-Wall
Enable all warnings
{ "v3", false }, -- verbose-build
{ "v4", false } -- tooldebug
},
- log_debug = false,
+ log_debug = false, -- debug log/warning level
debug = false,
playground = false,
-- variables initialized in init()
end,
category)
- e2option.flag("log-debug", "enable logging of debugging output",
+ e2option.flag("log-debug", "enable debugging of log levels and warnings",
function()
e2lib.globals.log_debug = true
return true