Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
change log message to informational for invalid cors paths #2757
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Mar 30, 2016
1 parent ae66ad3 commit fb85270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Core/Configuration/Hosting/CorsPolicyProvider.cs
Expand Up @@ -67,7 +67,7 @@ public async Task<System.Web.Cors.CorsPolicy> GetCorsPolicyAsync(IOwinRequest re
}
else
{
Logger.WarnFormat("CORS request made for path: {0} from origin: {1} but rejected because invalid CORS path", path, origin);
Logger.InfoFormat("CORS request made for path: {0} from origin: {1} but rejected because invalid CORS path", path, origin);
}
}

Expand Down

0 comments on commit fb85270

Please sign in to comment.