chore: remove lager schema info

This commit is contained in:
Turtle 2021-06-10 11:29:31 +08:00 committed by turtleDeng
parent 3604593b86
commit 8eebdd5cdb
1 changed files with 0 additions and 11 deletions

View File

@ -582,17 +582,6 @@ end}.
hidden
]}.
%% disable lager
{mapping, "lager.handlers", "lager.handlers", [
{default, []},
hidden
]}.
{mapping, "lager.crash_log", "lager.crash_log", [
{default, off},
{datatype, flag},
hidden
]}.
{translation, "kernel.logger_level", fun(_, _, Conf) ->
cuttlefish:conf_get("log.level", Conf)
end}.