Skip to content

Commit 0af7a5a

Browse files
tremor021MickLeskmichelroegl-brunner
authored
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]>
1 parent ba6edcd commit 0af7a5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/jellyfin-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ EOF
5151
# Install Jellyfin using the metapackage (which will fetch jellyfin-server, jellyfin-web, and jellyfin-ffmpeg5)
5252
$STD apt-get update
5353
$STD apt-get install -y jellyfin
54+
sed -i 's/"MinimumLevel": "Information"/"MinimumLevel": "Error"/g' /etc/jellyfin/logging.json
5455
chown -R jellyfin:adm /etc/jellyfin
5556
sleep 10
5657
systemctl restart jellyfin

0 commit comments

Comments
 (0)