Skip to content

Commit

Permalink
fix: remove debugging (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybeeelsdon authored Dec 9, 2024
1 parent a5085a3 commit 1d8a441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DARE-FrontEnd/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
try
{

builder.Host.UseSerilog();
//builder.Host.UseSerilog();
// Add services to the container.
builder.Services.AddControllersWithViews().AddNewtonsoftJson(options =>
{
Expand Down
2 changes: 1 addition & 1 deletion src/Data-Egress-UI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
IWebHostEnvironment environment = builder.Environment;

Log.Logger = CreateSerilogLogger(configuration, environment);
builder.Host.UseSerilog();
//builder.Host.UseSerilog();
Log.Information("Data-Egress-UI logging LastStatusUpdate.");
try
{
Expand Down

0 comments on commit 1d8a441

Please sign in to comment.