Hello!
We are currently migrating our websites from IIS 6.0 to IIS 8.5 and after we completed over 95% of the migration, we have run into a minor issue. We have a small subset of machines that are saving the IIS logs with u_ex* as the prefix while all the others are saving the logs as ex*. All these servers were provisioned before a change went out to the environment to implement the following script:
Set-WebConfigurationProperty -Filter System.Applicationhost/log -name logInUTF8 -Value false
Every webserver after this subset was provisioned with this setting before sites were migrated to them. I have made sure that the setting was in place and an iisreset was done after implementing the change, but the log files still have a prfix of u_ex. are the sites on this small subset just borked or is there a key somewhere or somewhere in the metabase I can update to have the IIs logs save as ex instead of u_ex?