aaaaa
This commit is contained in:
parent
defcdf8bdc
commit
b63a3298c1
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ builder.Services.AddControllers()
|
||||||
.AddPlugins(PluginLoader.Assemblies);
|
.AddPlugins(PluginLoader.Assemblies);
|
||||||
|
|
||||||
builder.Services.AddSwaggerGenWithOptions();
|
builder.Services.AddSwaggerGenWithOptions();
|
||||||
builder.Services.AddLogging(logging => logging.AddCustomConsoleFormatter()
|
builder.Services.AddLogging(logging => logging//.AddCustomConsoleFormatter()
|
||||||
|
.ClearProviders()
|
||||||
.AddOpenTelemetry(p =>
|
.AddOpenTelemetry(p =>
|
||||||
{
|
{
|
||||||
p.IncludeScopes = true;
|
p.IncludeScopes = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue