lighthouse-pulse/lighthouse
Pawan Dhananjay e3d45eda1e Log to file without json format (#1485)
## Issue Addressed

N/A

## Proposed Changes

Earlier, to log to a file, the only options were to redirect stdout/stderr to a file or use json logging. 
Redirecting to stdout/stderr works well but causes issues with mistakenly overwriting the file instead of appending which has resulted in loss of precious logs on multiple occasions for me.

Json logging creates a timestamped backup of the file if it already exists, but the json format itself is hugely annoying.

This PR modifies the `--logfile` option to log as it does in the terminal to a logfile.
2020-08-13 07:00:37 +00:00
..
environment Log to file without json format (#1485) 2020-08-13 07:00:37 +00:00
src Log to file without json format (#1485) 2020-08-13 07:00:37 +00:00
tests Add EF launchpad import (#1381) 2020-07-29 04:32:50 +00:00
Cargo.toml Version bump to v0.2.2 (#1496) 2020-08-10 06:49:03 +00:00