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:
parent
570244afce
commit
69a4af8b68
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue