From 69a4af8b68dcd9185f8af0c3115ba41a0165b4ee Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 7 May 2021 18:59:05 +0200 Subject: [PATCH] No need to use logging default template --- scripts/upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index f1c247a..af4d339 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -148,7 +148,6 @@ if [ -z "/etc/jellyfin/network.xml" ]; then fi # Lower logging verbosity -cp "$config_path/logging.default.json" "$config_path/logging.json" ynh_replace_string --match_string="\"Default\": \"Information\"" --replace_string="\"Default\": \"Error\"" --target_file="$config_path/logging.json" #=================================================