mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05: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