Jellyfin: Fix default logging level (#1768)
* Fix the ammount of default logging * remove comment Co-authored-by: Michel Roegl-Brunner <[email protected]> --------- Co-authored-by: CanbiZ <[email protected]> Co-authored-by: Michel Roegl-Brunner <[email protected]>
This commit is contained in:
co-authored by
Michel Roegl-Brunner
CanbiZ
parent
ba6edcdcaf
commit
0af7a5adbf
@@ -51,6 +51,7 @@ EOF
|
||||
# Install Jellyfin using the metapackage (which will fetch jellyfin-server, jellyfin-web, and jellyfin-ffmpeg5)
|
||||
$STD apt-get update
|
||||
$STD apt-get install -y jellyfin
|
||||
sed -i 's/"MinimumLevel": "Information"/"MinimumLevel": "Error"/g' /etc/jellyfin/logging.json
|
||||
chown -R jellyfin:adm /etc/jellyfin
|
||||
sleep 10
|
||||
systemctl restart jellyfin
|
||||
|
||||
Reference in New Issue
Block a user