-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Description
I have following config in my JSON file:
"WriteTo": [
{
"Name": "Async",
"Args": {
"configure": [
{
"Name": "File",
"Args": {
"path": "%PROGRAMDATA%/TehGM/fsriev/logs/log-.log",
"rollingInterval": "Day",
"retainedFileCountLimit": 30,
"fileSizeLimitBytes": 2097152,
"rollOnFileSizeLimit": true,
"buffered": false
}
}
]
}
}
]
This works as expected on Windows 10. However, when the application is ran on Debian, folder of name %PROGRAMDATA% is created instead. I also tried %APPDATA%:
When using special folders feature using in-code configuration, they work perfectly fine.
Library version: 3.1.0.
Metadata
Metadata
Assignees
Labels
No labels