1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

more logging

This commit is contained in:
Kyle Spearrin
2019-07-11 16:19:38 -04:00
parent 21d5417e92
commit a6bd55e7a5
4 changed files with 23 additions and 7 deletions

View File

@ -102,7 +102,7 @@ namespace Bit.Notifications
return false;
}
return e.Level >= LogEventLevel.Error;
return e.Level >= LogEventLevel.Warning;
});
if(env.IsDevelopment())