updated docs for tracing

This commit is contained in:
Tom Pallister
2018-02-13 14:23:23 +00:00
parent 7c62b55431
commit 947a1450d0
4 changed files with 35 additions and 2 deletions

View File

@ -61,7 +61,8 @@ Here is an example ReRoute configuration, You don't need to set all of these thi
},
"HttpHandlerOptions": {
"AllowAutoRedirect": true,
"UseCookieContainer": true
"UseCookieContainer": true,
"UseTracing": true
},
"UseServiceDiscovery": false
}