I have recently come accross a situation where I am seeing no logging taking place when the application is set to build in debug configuration. The application is a .Net ASP.NET application. The logging configuration is all fine and if we build the project in Release mode all the logging statements are written out to the log file. This is running entirely locally and the only change necessary to start seeing logging is to switch the build confiuration and then rebuild. Has anyone seen this before or does anyone know a way around this?
The episerver.dll has the XmlConfiuration assembly attribute on it so I can only assume that something is happening internally within the episerver ecosystem?
I have recently come accross a situation where I am seeing no logging taking place when the application is set to build in debug configuration. The application is a .Net ASP.NET application. The logging configuration is all fine and if we build the project in Release mode all the logging statements are written out to the log file. This is running entirely locally and the only change necessary to start seeing logging is to switch the build confiuration and then rebuild. Has anyone seen this before or does anyone know a way around this?
The episerver.dll has the XmlConfiuration assembly attribute on it so I can only assume that something is happening internally within the episerver ecosystem?
Many Thanks
Dave Lowe