2024-07-25, 12:55 PM
(This post was last modified: 2024-07-25, 01:11 PM by TheDreadPirate. Edited 1 time in total.)
In /Users/fritz/.local/share/jellyfin/config, there should be a file called "logging.default.json". If you have a logging.json file in that same folder, delete it.
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.
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.