lighthouse/testing
Mac L 47ade13ef7 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-25 14:21:16 +01:00
..
antithesis add clang to dockerfile 2022-12-28 18:34:28 +00:00
ef_tests merge latest capella changes 2023-01-16 09:17:18 -05:00
eth1_test_rig Fix ganache test endpoint for ipv6 machines (#3563) 2022-09-13 01:57:45 +00:00
execution_engine_integration Merge remote-tracking branch 'origin/unstable' into capella 2023-01-12 16:22:00 +11:00
node_test_rig Verify execution block hashes during finalized sync (#3794) 2023-01-09 03:11:59 +00:00
simulator Add CLI flag to specify the format of logs written to the logfile (#3839) 2023-01-25 14:21:16 +01:00
state_transition_vectors Consensus context with proposer index caching (#3604) 2022-10-15 22:25:54 +00:00
test-test_logger Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
web3signer_tests Various CI fixes (#3813) 2022-12-20 01:34:52 +00:00