• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Media Scanning & Identification Audio Normalization Task

     
    • 0 Vote(s) - 0 Average

    Audio Normalization Task

    Aidio Normalization Scheduled Task Fails
    Jamie Chapman
    Offline

    Member

    Posts: 56
    Threads: 4
    Joined: 2024 Jun
    Reputation: 0
    Country:United States
    #7
    2024-06-20, 01:39 AM (This post was last modified: 2024-06-20, 01:41 AM by Jamie Chapman. Edited 1 time in total.)
    I am sure that it's me doing something wrong. Can someone take a look at the below logging.json configs and tell me where I'm off? I tried restarting the service, even though the instructions say this should not be needed, but there is still no debug logging showing up in the log file. Just the same standard INF, ERR and WRN log entries.

    Default logging.json, located in C:\ProgramData\Jellyfin\Server\config

    {
        "Serilog": {
            "MinimumLevel": {
                "Default": "Information",
                "Override": {
                    "Microsoft": "Warning",
                    "System": "Warning"
                }
            },
            "WriteTo": [
                {
                    "Name": "Console",
                    "Args": {
                        "outputTemplate": "[{Timestamp:HH:mm:ss}] [{Level:u3}] [{ThreadId}] {SourceContext}: {Message:lj}{NewLine}{Exception}"
                    }
                },
                {
                    "Name": "Async",
                    "Args": {
                        "configure": [
                            {
                                "Name": "File",
                                "Args": {
                                    "path": "%JELLYFIN_LOG_DIR%//log_.log",
                                    "rollingInterval": "Day",
                                    "retainedFileCountLimit": 3,
                                    "rollOnFileSizeLimit": true,
                                    "fileSizeLimitBytes": 100000000,
                                    "outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz}] [{Level:u3}] [{ThreadId}] {SourceContext}: {Message}{NewLine}{Exception}"
                                }
                            }
                        ]
                    }
                }
            ],
            "Enrich": [ "FromLogContext", "WithThreadId" ]
        }
    }


    Modified logging.json from instructions found here: https://jellyfin.org/docs/general/admini...eshooting/

    {
        "Serilog": {
            "MinimumLevel": {
                "Default": "Debug",
                "Override": {
                    "": "Debug"
                }
            },
            "WriteTo": [
                {
                    "Name": "Console",
                    "Args": {
                        "outputTemplate": "[{Timestamp:HH:mm:ss}] [{Level:u3}] [{ThreadId}] {SourceContext}: {Message:lj}{NewLine}{Exception}"
                    }
                },
                {
                    "Name": "Async",
                    "Args": {
                        "configure": [
                            {
                                "Name": "File",
                                "Args": {
                                    "path": "%JELLYFIN_LOG_DIR%//log_.log",
                                    "rollingInterval": "Day",
                                    "retainedFileCountLimit": 3,
                                    "rollOnFileSizeLimit": true,
                                    "fileSizeLimitBytes": 100000000,
                                    "outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz}] [{Level:u3}] [{ThreadId}] {SourceContext}: {Message}{NewLine}{Exception}"
                                }
                            }
                        ]
                    }
                }
            ],
            "Enrich": [ "FromLogContext", "WithThreadId" ]
        }
    }
    Jellyfin 10.11.0 RC2
    docker desktop using WSL2 on Windows 11 with jellyfin/jellyfin:preview
    AMD Ryzen 9 7950X
    64GB DDR5-3600 RAM
    NVIDIA RTX 3060 12GB
    OS Drive: Samsung 990 Pro 2TB
    Media & Config Drive (all): QNAP TS-932PX NAS with 5 x Seagate Ironwolf Pro 16TB in RAID5 connected with 10Gbps iSCSI link
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Audio Normalization Task - by Jamie Chapman - 2024-06-18, 09:41 PM
    RE: Audio Normalization Task - by Jamie Chapman - 2024-06-18, 11:01 PM
    RE: Audio Normalization Task - by Jamie Chapman - 2024-06-18, 11:10 PM
    RE: Audio Normalization Task - by Jamie Chapman - 2024-06-19, 01:00 AM
    RE: Audio Normalization Task - by pcm - 2024-06-19, 01:44 AM
    RE: Audio Normalization Task - by Jamie Chapman - 2024-06-20, 09:42 PM
    RE: Audio Normalization Task - by TheDreadPirate - 2024-06-19, 01:59 AM
    RE: Audio Normalization Task - by Jamie Chapman - 2024-06-20, 01:39 AM
    RE: Audio Normalization Task - by TheDreadPirate - 2024-06-20, 01:49 AM
    RE: Audio Normalization Task - by Jamie Chapman - 2024-06-20, 07:54 PM
    RE: Audio Normalization Task - by Jamie Chapman - 2024-06-20, 08:35 PM
    RE: Audio Normalization Task - by Jamie Chapman - 2024-06-20, 08:47 PM
    RE: Audio Normalization Task - by TheDreadPirate - 2024-06-20, 09:05 PM
    RE: Audio Normalization Task - by Jamie Chapman - 2024-06-20, 09:12 PM
    RE: Audio Normalization Task - by Jamie Chapman - 2024-06-20, 09:35 PM
    RE: Audio Normalization Task - by Jamie Chapman - 2024-08-22, 10:01 PM
    RE: Audio Normalization Task - by Leophir - 2025-02-09, 05:58 PM
    RE: Audio Normalization Task - by TheDreadPirate - 2025-02-10, 02:22 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode