2024-06-28, 09:36 PM
(This post was last modified: 2024-06-28, 09:37 PM by TheDreadPirate. Edited 1 time in total.)
You're supposed to change this block.
From
To
And restart Jellyfin after making the change.
From
Code:
{
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"System": "Warning"
To
Code:
{
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"": "Debug"
And restart Jellyfin after making the change.