lighthouse/testing/simulator/src
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
..
checks.rs Capella eip 4844 cleanup (#3652) 2022-10-26 15:15:26 -04:00
cli.rs Add merge support to simulator (#3292) 2022-07-18 23:15:40 +00:00
eth1_sim.rs Add CLI flag to specify the format of logs written to the logfile (#3839) 2023-01-25 14:21:16 +01:00
local_network.rs Add merge support to simulator (#3292) 2022-07-18 23:15:40 +00:00
main.rs Updates to tests and local testnet for Ganache 7 (#3056) 2022-03-20 22:48:14 +00:00
no_eth1_sim.rs Add CLI flag to specify the format of logs written to the logfile (#3839) 2023-01-25 14:21:16 +01:00
sync_sim.rs Add CLI flag to specify the format of logs written to the logfile (#3839) 2023-01-25 14:21:16 +01:00