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

move premium renewal job to hosted job service

This commit is contained in:
Kyle Spearrin
2018-08-10 11:20:04 -04:00
parent aa647c37d3
commit 5f79af2e18
4 changed files with 72 additions and 22 deletions

View File

@ -159,7 +159,8 @@ namespace Bit.Api
}
if(e.Level == LogEventLevel.Information &&
(context.Contains(typeof(IpRateLimitMiddleware).FullName) || context.StartsWith("\"Bit.Api.Jobs")))
(context.Contains(typeof(IpRateLimitMiddleware).FullName) ||
context.StartsWith("\"Bit.Api.Jobs") || context.StartsWith("\"Bit.Core.Jobs")))
{
return true;
}