Skip to content

Commit 13b57c7

Browse files
committed
adds some logging
1 parent a8b2979 commit 13b57c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Web/UmbracoModule.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ static void BeginRequest(HttpContextBase httpContext)
4646
{
4747
// the keepalive service will use that url
4848
ApplicationContext.Current.OriginalRequestUrl = string.Format("{0}:{1}{2}", httpContext.Request.ServerVariables["SERVER_NAME"], httpContext.Request.ServerVariables["SERVER_PORT"], IOHelper.ResolveUrl(SystemDirectories.Umbraco));
49+
LogHelper.Info<UmbracoModule>("Setting OriginalRequestUrl: " + ApplicationContext.Current.OriginalRequestUrl);
4950
}
5051

5152
// do not process if client-side request

0 commit comments

Comments
 (0)