2024-07-25, 01:10 PM
(This post was last modified: 2024-07-25, 01:10 PM by TheDreadPirate.)
Can both of you enable debug logging in Jellyfin?
For the official image the logging config path is /config/config/logging.default.json. For the LSIO image it is /config/logging.default.json
At the top of the file you will see these lines.
Change "Information" and "Warning" to "Debug". Restart jellyfin after saving the changes. Replicate the problem then share the new log with us.
For the official image the logging config path is /config/config/logging.default.json. For the LSIO image it is /config/logging.default.json
At the top of the file you will see these lines.
Code:
{
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"System": "Warning"
}
},
Change "Information" and "Warning" to "Debug". Restart jellyfin after saving the changes. Replicate the problem then share the new log with us.