## 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` |
||
|---|---|---|
| .. | ||
| block_root.rs | ||
| change_genesis_time.rs | ||
| check_deposit_data.rs | ||
| create_payload_header.rs | ||
| deploy_deposit_contract.rs | ||
| eth1_genesis.rs | ||
| generate_bootnode_enr.rs | ||
| indexed_attestations.rs | ||
| insecure_validators.rs | ||
| interop_genesis.rs | ||
| main.rs | ||
| new_testnet.rs | ||
| parse_ssz.rs | ||
| replace_state_pubkeys.rs | ||
| skip_slots.rs | ||
| transition_blocks.rs | ||