Skip to content

Commit 2436791

Browse files
committed
Add back colored logs argocd
1 parent 50c7219 commit 2436791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/api/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
var applicationName = builder.Configuration["AppName"] ?? "FlotillaBackend";
4848

4949
builder.Logging.ClearProviders();
50-
builder.Logging.AddConsole();
50+
builder.ConfigureLogger();
5151

5252
builder.Services.AddMemoryCache();
5353
builder.Services.ConfigureDatabase(builder.Configuration, builder.Environment.EnvironmentName);

0 commit comments

Comments
 (0)