lighthouse/lcli/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
..
block_root.rs Super small improvement: Remove unnecessary mut (#3736) 2022-11-21 03:15:54 +00:00
change_genesis_time.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
check_deposit_data.rs Update testnet tooling (#1001) 2020-04-19 02:20:43 +00:00
create_payload_header.rs cleanup 2022-12-30 11:00:14 -05:00
deploy_deposit_contract.rs Fix local testnet scripts (#2229) 2021-03-30 05:17:58 +00:00
eth1_genesis.rs Super small improvement: Remove unnecessary mut (#3736) 2022-11-21 03:15:54 +00:00
generate_bootnode_enr.rs Additional networking metrics (#2549) 2021-12-22 06:17:14 +00:00
indexed_attestations.rs Add lcli indexed-attestations (#3221) 2022-05-31 06:09:08 +00:00
insecure_validators.rs Fix local testnet scripts (#2229) 2021-03-30 05:17:58 +00:00
interop_genesis.rs v1.1.1 spec updates (#2684) 2021-12-02 14:26:54 +11:00
main.rs Add CLI flag to specify the format of logs written to the logfile (#3839) 2023-01-25 14:21:16 +01:00
new_testnet.rs merge eip4844 2023-01-19 08:46:38 -05:00
parse_ssz.rs Add support for blobs_sidecar ssz parsing 2023-01-04 18:51:28 +11:00
replace_state_pubkeys.rs Update lcli pubkey replace command (#2677) 2021-12-02 14:26:53 +11:00
skip_slots.rs Super small improvement: Remove unnecessary mut (#3736) 2022-11-21 03:15:54 +00:00
transition_blocks.rs Prioritise important parts of block processing (#3696) 2022-11-30 05:22:58 +00:00