Have found start following option in nats-streaming-server usage description:
-l, --log <string> File to redirect log output
is it the right param?
Then create win service as follows (paths are changed):
sc.exe create Nats-Streaming binPath="\"c:\...\nats-streaming-server.exe\" -p=21010 --log=c:\..\logs\nats.log"
Under System account it started successfully with logs written in nats.log file
After changing service account it fails to start (no logs are written)
When i try to use it with the last one (v0.17.0) it writes some logs:
```
```
суббота, 29 февраля 2020 г., 21:52:41 UTC+3 пользователь Ivan Kozlovic написал: