• 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 Log help request. (could not start jellyfin......)

     
    • 0 Vote(s) - 0 Average

    Log help request. (could not start jellyfin......)

    Need to learn to figure out what log is telling me.
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,435
    Threads: 0
    Joined: 2024 Jun
    Reputation: 81
    #2
    2 hours ago
    That looks like there may be something wrong with the logging config file?
    logging.default.json which is in the config folder. 


    this is the default config:
    Code:
    {
        "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" ]
        }
    }
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    Log help request. (could not start jellyfin......) - by DLK - 3 hours ago
    RE: Log help request. (could not start jellyfin......) - by theguymadmax - 2 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