lighthouse/lighthouse/tests
Mac L 6ac1c5b439 Add CLI flag to specify the format of logs written to the logfile (#3839)
## Proposed Changes

Decouple the stdout and logfile formats by adding the `--logfile-format` CLI flag.
This behaves identically to the existing `--log-format` flag, but instead will only affect the logs written to the logfile.
The `--log-format` flag will no longer have any effect on the contents of the logfile.

## Additional Info
This avoids being a breaking change by causing `logfile-format` to default to the value of `--log-format` if it is not provided. 
This means that users who were previously relying on being able to use a JSON formatted logfile will be able to continue to use `--log-format JSON`. 

Users who want to use JSON on stdout and default logs in the logfile, will need to pass the following flags: `--log-format JSON --logfile-format DEFAULT`
2023-01-16 03:42:10 +00:00
..
account_manager.rs Builder Specs v0.2.0 (#3134) 2022-07-30 00:22:37 +00:00
beacon_node.rs Add CLI flag to specify the format of logs written to the logfile (#3839) 2023-01-16 03:42:10 +00:00
boot_node.rs Update discv5 (#3171) 2022-10-28 05:40:06 +00:00
exec.rs Enforce Optimistic Sync Conditions & CLI Tests (v2) (#3050) 2022-03-01 22:56:47 +00:00
main.rs Add regression tests for boot_node (#2749) 2021-11-08 01:37:58 +00:00
validator_client.rs Enable proposer boost re-orging (#2860) 2022-12-13 09:57:26 +00:00