This commit is contained in:
Laura Hausmann 2024-07-25 23:44:43 +02:00
parent defcdf8bdc
commit b63a3298c1
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -27,7 +27,8 @@ builder.Services.AddControllers()
.AddPlugins(PluginLoader.Assemblies);
builder.Services.AddSwaggerGenWithOptions();
builder.Services.AddLogging(logging => logging.AddCustomConsoleFormatter()
builder.Services.AddLogging(logging => logging//.AddCustomConsoleFormatter()
.ClearProviders()
.AddOpenTelemetry(p =>
{
p.IncludeScopes = true;