From f4303e9a0eed52aa159f34057f9f535df02064a8 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 24 Nov 2021 01:10:31 -0300 Subject: [PATCH] add log level setting --- httpd.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpd.conf.tmpl b/httpd.conf.tmpl index 3caf98c..0607a68 100644 --- a/httpd.conf.tmpl +++ b/httpd.conf.tmpl @@ -121,7 +121,7 @@ ErrorLog /proc/self/fd/2 # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. # -LogLevel warn +LogLevel {{ getv("/webdav/log/level", "warn") }} #