Skip to content

Commit fb5937d

Browse files
committed
Update Program.cs
1 parent 5d28a00 commit fb5937d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

WMS.WebUI/WMS.WebUI/Program.cs

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
using WMS.WebUI.Stores;
1111
using WMS.WebUI.Stores.Interfaces;
1212

13+
Log.Logger = new LoggerConfiguration()
14+
.MinimumLevel.Debug()
15+
.WriteTo.Console()
16+
.CreateLogger();
17+
1318
var builder = WebApplication.CreateBuilder(args);
1419

1520
// Add services to the container.

0 commit comments

Comments
 (0)