mirror of
https://github.com/myawired/2025-RecRoom-Server-E12354.git
synced 2026-07-17 16:11:15 +10:00
17 lines
452 B
JSON
17 lines
452 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Microsoft.AspNetCore": "Information"
|
|
}
|
|
},
|
|
"WriteTo": [
|
|
{
|
|
"Name": "Console",
|
|
"Args": {
|
|
"applyThemeToRedirectedOutput": true,
|
|
"theme": "Serilog.Sinks.SystemConsole.Themes.AnsiConsoleTheme::Literate, Serilog.Sinks.Console",
|
|
"outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff} [{Level:u3}] {Message:lj} [{SourceContext}]{NewLine}{Exception}"
|
|
}
|
|
}
|
|
]
|
|
} |