1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin_ynh.git synced 2024-09-03 19:26:29 +02:00

No need to use logging default template

This commit is contained in:
tituspijean 2021-05-07 18:59:05 +02:00
parent 570244afce
commit 69a4af8b68

View file

@ -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"
#=================================================