Implementing ASP auth module
This commit is contained in:
parent
d07d0f8a9d
commit
de656cc2e8
18 changed files with 208 additions and 2 deletions
|
|
@ -24,6 +24,6 @@ ILogger SetupSerilog()
|
|||
{
|
||||
var logConfig = new LoggerConfiguration()
|
||||
.MinimumLevel.Verbose()
|
||||
.WriteTo.Console(outputTemplate: "[{Timestamp:HH:mm:ss} - {Caller}->{Assembly}] | {Level:u3}] {Message:lj}{NewLine}{Exception}");
|
||||
.WriteTo.Console(outputTemplate: BasedSerilog.OutputTemplate);
|
||||
return logConfig.CreateLogger();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue