mirror of https://github.com/winsw/winsw
Expand the logpath attribute using environment variables
parent
7dbc13355f
commit
4feff7ae72
|
@ -191,7 +191,7 @@ namespace winsw
|
|||
|
||||
if (loggingNode != null)
|
||||
{
|
||||
return loggingNode.InnerText;
|
||||
return Environment.ExpandEnvironmentVariables(loggingNode.InnerText);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue