mirror of
https://github.com/g3rv4/FakeRelay.git
synced 2024-11-07 16:24:07 +01:00
Merge pull request #12 from bahuma20/patch-1
Add support for logging for debug purposes
This commit is contained in:
commit
69c77ef1b0
@ -39,6 +39,8 @@ if (!app.Environment.IsDevelopment())
|
||||
app.UseHsts();
|
||||
}
|
||||
|
||||
app.UseHttpLogging();
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
|
||||
app.UseRouting();
|
||||
|
Loading…
Reference in New Issue
Block a user