mirror of https://github.com/winsw/winsw
Merge pull request #2 from Vlatombe/patch-2
Expand the logpath attribute using environment variablespull/3/head
commit
786abac959
|
@ -191,7 +191,7 @@ namespace winsw
|
|||
|
||||
if (loggingNode != null)
|
||||
{
|
||||
return loggingNode.InnerText;
|
||||
return Environment.ExpandEnvironmentVariables(loggingNode.InnerText);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue