changes to get this going again

This commit is contained in:
TomPallister
2017-06-25 21:46:59 +01:00
19 changed files with 120 additions and 168 deletions

View File

@ -54,8 +54,6 @@ namespace Ocelot.Cache.Middleware
await _next.Invoke(context);
_logger.LogDebug("succesfully called next middleware");
if (PipelineError)
{
_logger.LogDebug("there was a pipeline error for {downstreamUrlKey}", downstreamUrlKey);