mirror of
https://github.com/eliasstepanik/NicepageToBlazorConverter.git
synced 2026-01-11 21:58:30 +00:00
23 lines
665 B
JSON
23 lines
665 B
JSON
{
|
|
"Serilog": {
|
|
"MinimumLevel": "Error",
|
|
"WriteTo": [
|
|
{
|
|
"Name": "Console",
|
|
"Args": {
|
|
"theme": "Serilog.Sinks.SystemConsole.Themes.AnsiConsoleTheme::Code, Serilog.Sinks.Console",
|
|
"outputTemplate": "===> {Timestamp:HH:mm:ss.fff zzz} [{Level:w3}] {Message:lj}{NewLine}{Exception}"
|
|
}
|
|
|
|
},
|
|
{
|
|
"Name": "File",
|
|
"Args": {
|
|
"path": "C:\\Users\\elias\\OneDrive\\Dokumente\\NTOB\\log\\NTOB.log",
|
|
"rollingInterval": "Day",
|
|
"outputTemplate": "===> {Timestamp:HH:mm:ss.fff zzz} [{Level:w3}] {Message:lj}{NewLine}{Exception}"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |