Default value for profile_path should resolve to APPDATA on Windows
Open
area/windows
enhancement
help wanted
- Dominant language
- C++
- Stars
- 28.9k
- Forks
- 5.6k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 437
Description
```
// The cpu profiler output path for the administration server. If no profile
// path is specified, the default is ‘/var/log/envoy/envoy.prof’.
string profile_path = 2;
```
See `bootstrap.proto`
It should be placed on `%LOCALAPPDATA%\envoy`
Contributor guide
Assessment
This issue has not been assessed yet.