mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
more logging
This commit is contained in:
@@ -102,7 +102,7 @@ namespace Bit.Notifications
|
||||
return false;
|
||||
}
|
||||
|
||||
return e.Level >= LogEventLevel.Error;
|
||||
return e.Level >= LogEventLevel.Warning;
|
||||
});
|
||||
|
||||
if(env.IsDevelopment())
|
||||
|
||||
Reference in New Issue
Block a user