Control of ES log directory

ES: 6.1.1
OS: Windows 10.0.14393

I have set up our elasticsearch.yml file, as shown below, to direct logging to a different drive than the C: drive where the executable runs. However, I still see stdout and stderr being logged to the C: drive. Why? Is there a way to control this? There are logs going to the Q: (ie. the main logs and slow search and indexing logs) so I'm not sure why they don't all go to the specified location.

path:
data: Q:\Elasticsearch\data
logs: Q:\logs

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.