How do I enable cs-host IIS logging in Azure?

200 Views Asked by At

I have an Azure webrole, which hosts multiple Umbraco websites.

I want to enable "cs-host" logging from IIS, how do I code for this in the service definition?

1

There are 1 best solutions below

0
On

This is not possible in the ServiceDefinition.csdef. You'll need to do this from the WebRole.cs or use a startup task.