mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 05:10:06 +00:00
feat(jellyfin): add logrotate instead of reducing log level (#11326)
This commit is contained in:
parent
5a5dd8ae87
commit
25ecb12060
2 changed files with 17 additions and 2 deletions
|
|
@ -43,6 +43,10 @@
|
|||
{
|
||||
"text": "For NVIDIA graphics cards, you'll need to install the same drivers in the container that you did on the host. In the container, run the driver installation script and add the CLI arg --no-kernel-module",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "Log rotation is configured in /etc/logrotate.d/jellyfin. To reduce verbosity, change MinimumLevel in /etc/jellyfin/logging.json to Warning or Error (disables fail2ban auth logging).",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue