mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Merge pull request #1933 from cvium/autoreload_log_config
Reload logging.json on changes
This commit is contained in:
commit
da7ba822b0
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ namespace Jellyfin.Server
|
|||
|
||||
return new ConfigurationBuilder()
|
||||
.SetBasePath(appPaths.ConfigurationDirectoryPath)
|
||||
.AddJsonFile("logging.json")
|
||||
.AddJsonFile("logging.json", false, true)
|
||||
.AddEnvironmentVariables("JELLYFIN_")
|
||||
.AddInMemoryCollection(ConfigurationOptions.Configuration)
|
||||
.Build();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue