mirror of
https://github.com/bitwarden/server
synced 2026-01-04 09:33:40 +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