logger added
This commit is contained in:
@@ -9,6 +9,11 @@ using Microsoft.AspNetCore.Server.Kestrel.Https;
|
||||
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
|
||||
builder.Logging.ClearProviders();
|
||||
builder.Logging.AddConsole();
|
||||
builder.Logging.AddDebug();
|
||||
|
||||
|
||||
// Specify the paths to your certificate and key files
|
||||
var certPath = Path.Combine(Directory.GetCurrentDirectory(), "cert.pem");
|
||||
var keyPath = Path.Combine(Directory.GetCurrentDirectory(), "key.pem");
|
||||
|
||||
Reference in New Issue
Block a user