OrchardCore
OrchardCore copied to clipboard
Setting environment variable doesn't change log location.
Describe the bug
As described in document here , Setting environment variable orchard_app_data doesn't change log location and logs are still placed under APP_DATA
To Reproduce
Steps to reproduce the behavior:
- Create environment variable
orchard_app_datawith valueC:\\orchard_data - Run application and setup Default tenant
- Notices Sites folder created at
C:\\orchard_databut logs are are generated underAPP_DATA
Expected behavior
Logs should also be created under C:\\orchard_data