Expand the logpath attribute using environment variables

pull/2/head
Vincent Latombe 2011-05-19 17:28:59 +02:00
parent 7dbc13355f
commit 4feff7ae72
1 changed files with 1 additions and 1 deletions

View File

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