mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
log jobs information
This commit is contained in:
parent
9a67c4358d
commit
e00492b03b
@ -158,7 +158,8 @@ namespace Bit.Api
|
||||
return false;
|
||||
}
|
||||
|
||||
if(context.Contains(typeof(IpRateLimitMiddleware).FullName) && e.Level == LogEventLevel.Information)
|
||||
if(e.Level == LogEventLevel.Information &&
|
||||
(context.Contains(typeof(IpRateLimitMiddleware).FullName) || context.StartsWith("\"Bit.Api.Jobs")))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user