|
@@ -598,7 +598,8 @@ namespace Jellyfin.Server
|
|
|
.WriteTo.Async(x => x.File(
|
|
|
Path.Combine(appPaths.LogDirectoryPath, "log_.log"),
|
|
|
rollingInterval: RollingInterval.Day,
|
|
|
- outputTemplate: "[{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz}] [{Level:u3}] [{ThreadId}] {SourceContext}: {Message}{NewLine}{Exception}"))
|
|
|
+ outputTemplate: "[{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz}] [{Level:u3}] [{ThreadId}] {SourceContext}: {Message}{NewLine}{Exception}",
|
|
|
+ encoding: Encoding.UTF8))
|
|
|
.Enrich.FromLogContext()
|
|
|
.Enrich.WithThreadId()
|
|
|
.CreateLogger();
|