add log to insignia
This commit is contained in:
parent
65fbf4582a
commit
559d682dfd
3 changed files with 6 additions and 4 deletions
|
|
@ -71,8 +71,8 @@ var builder = WebApplication.CreateBuilder(args);
|
|||
builder.Services.AddAuthorization();
|
||||
|
||||
// use serilog
|
||||
ConfigureLogs();
|
||||
builder.Host.UseSerilog();
|
||||
//ConfigureLogs();
|
||||
//builder.Host.UseSerilog();
|
||||
|
||||
// Add config CORS
|
||||
builder.Services.AddCors(options => options.AddDefaultPolicy(builder =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue