luci-app-dockerman: do not set log_level for dockerd default setting

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2021-04-08 15:03:46 +02:00
parent 9fd1278698
commit 36869ffd2b

View file

@ -131,10 +131,11 @@ if nixio.fs.access("/usr/bin/dockerd") then
translate("Log Level"),
translate('Set the logging level'))
o:value("debug", "debug")
o:value("info", "info")
o:value("", "info") -- This is the default debug level from the deamon is optin is not set
o:value("warn", "warn")
o:value("error", "error")
o:value("fatal", "fatal")
o.rmempty = true
o:depends("remote_endpoint", 0)
o = s:option(DynamicList, "hosts",