Merge pull request #2 from Vlatombe/patch-2

Expand the logpath attribute using environment variables
pull/3/head
Kohsuke Kawaguchi 2011-06-03 11:21:25 -07:00
commit 786abac959
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ namespace winsw
if (loggingNode != null)
{
return loggingNode.InnerText;
return Environment.ExpandEnvironmentVariables(loggingNode.InnerText);
}
else
{