From b9b1fdaad80ee017ef5102ea1b327201bac0c325 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Sun, 9 Aug 2020 21:46:46 +0200 Subject: [PATCH] CONF: Add the log option to the `lkt adm conf` command --- inc/lektor/config.def | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/lektor/config.def b/inc/lektor/config.def index 8c63644b..5f1f4473 100644 --- a/inc/lektor/config.def +++ b/inc/lektor/config.def @@ -1,3 +1,5 @@ +value_opt("log", "WARN") /* Can be DEBUG, INFO, WARN, ERROR */ + section("externals") value("mkvpropedit", "/usr/bin/mkvpropedit") -- GitLab