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

fixes for credit add

This commit is contained in:
Kyle Spearrin
2019-02-22 22:55:40 -05:00
parent c5b2a929d2
commit 78fa990b1f
2 changed files with 8 additions and 4 deletions

View File

@ -87,7 +87,7 @@ namespace Bit.Billing
return true;
}
return e.Level >= LogEventLevel.Error;
return e.Level >= LogEventLevel.Warning;
});
if(env.IsDevelopment())