mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-20 15:41:40 -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