Showing posts with label WCF. Show all posts
Showing posts with label WCF. Show all posts

Wednesday, June 21, 2017

How to change the logging configuration of a WCF service at runtime with WMI

We have always been recommended to set the trace level of our WCF services to "warning" in the production environments so as not to impact on the performance and not to generate a large amount of data. However, when we detect an issue with our services we should be able to modify the trace level to "verbose" to facilitate the troubleshooting process.