mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-18 13:28:12 -04:00
Implement ILogger for all client side console logging calls (#233)
This commit is contained in:
@@ -35,7 +35,7 @@ builder.Services.AddLogging(logging =>
|
||||
{
|
||||
if (builder.HostEnvironment.IsDevelopment())
|
||||
{
|
||||
logging.SetMinimumLevel(LogLevel.Debug);
|
||||
logging.SetMinimumLevel(LogLevel.Trace);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user