pmalmsten / cosmosdb-extensions-sessiontokens-aspnet

Cosmos DB extensions for managing session tokens with ASP.NET
MIT License
0 stars 2 forks source link

Reduce verbosity of Container call interception logging, improve documentation #15

Closed pmalmsten closed 1 year ago

pmalmsten commented 1 year ago

All existing debug logs on CosmosDbContainerInterceptor.cs are reduced to trace, except for two new debug logs added here: 1) a log statement indicating whether a session token was injected into a method call,and 2) a log statement indicating whether a session token was captured from a method call.

Additionally, comments are added to CosmosDbContainerInterceptor.cs explaining the nuances of double dynamic dispatch, and the signatures of a few private methods are simplified.