• 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 Error setting up debug logging

     
    • 0 Vote(s) - 0 Average

    Error setting up debug logging

    theguymadmax
    Offline

    Community Moderator

    Posts: 1,455
    Threads: 0
    Joined: 2024 Jun
    Reputation: 81
    #3
    3 hours ago
    Standard: 

    {
        "Serilog": {
            "MinimumLevel": {
                "Default": "Information",
                "Override": {
                    "Microsoft": "Warning",
                    "System": "Warning"
                }
            },

    The log file should be should be change to 
    {
        "Serilog": {
            "MinimumLevel": {
                "Default": "Debug",
                "Override": {
                    "": "Debug"
                }
            },
    after the server has been on, otherwise you'll see the error message. if you restart with this config you'll see very verbose logging, which isn't helpful. 

    The guide has now been updated here: https://github.com/jellyfin/jellyfin.org/pull/1660
    to say use 

    {
        "Serilog": {
            "MinimumLevel": {
                "Default": "Debug",
            },

    You can set this at any point; it won't get that error now and will fallback to verbose logging.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Error setting up debug logging - by neilr8133 - 2025-11-19, 02:27 PM
    RE: Error setting up debug logging - by neilr8133 - 6 hours ago
    RE: Error setting up debug logging - by theguymadmax - 3 hours ago

    • 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