getgauge / gauge-csharp

Csharp runner for Gauge
https://gauge.org
GNU General Public License v3.0
33 stars 21 forks source link

Runner should log to log files when started gauge is started as daemon #123

Open nehashri opened 6 years ago

nehashri commented 6 years ago

Runner console logs should be logged to the log file when started as daemon. When gauge is running as lsp server, runner console should be redirected to lsp.log. When gauge is running as api daemon, runner console should be redirected to api.log. In the above two cases, runner should log to the log files with proper formatting. Current log file format for gauge is 'HH:MM:ss.l'. (eg :- 12:50:11.221)

When gauge is started in CLI, console should be the standard output. It should not log with timestamp.