gauge-csharp icon indicating copy to clipboard operation
gauge-csharp copied to clipboard

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

Open nehashri opened this issue 7 years ago • 0 comments

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.

nehashri avatar Mar 07 '18 11:03 nehashri