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

210 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 answers

0
Sandrino Di Mattia On

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