I created a windows azure worker role. I used the default templates and the default app.config for the worker role.
<add type="Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, Microsoft.WindowsAzure.Diagnostics, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
name="AzureDiagnostics">
</add>
The worker role is using Trace.TraceInformation to log messages.
In which file does the information get logged?