lighthouse/common
Eitan Seri-Levi f22e5b0f85
Critical dependency logging (#4988)
* add metrics layer

* add metrics

* simplify getting the target

* make clippy happy

* fix typos

* unify deps under workspace

* make import statement shorter, fix typos

* enable warn by default, mark flag as deprecated

* do not exit on error when initializing logging fails

* revert exit on error

* adjust bootnode logging

* add logging layer

* non blocking file writer

* non blocking file writer

* add tracing visitor

* use target as is by default

* make libp2p events register correctly

* adjust repilcated cli help

* refactor tracing layer

* linting

* filesize

* log gossipsub, dont filter by log level

* turn on debug logs by default, remove deprecation warning

* truncate file, add timestamp, add unit test

* suppress output (#5)

* use tracing appender

* cleanup

* Add a task to remove old log files and upgrade to warn level

* Add the time feature for tokio

* Udeps and fmt

---------

Co-authored-by: Diva M <divma@protonmail.com>
Co-authored-by: Divma <26765164+divagant-martian@users.noreply.github.com>
Co-authored-by: Age Manning <Age@AgeManning.com>
2024-01-16 19:44:26 +11:00
..
account_utils Update dependencies to get rid of the yanked deps (#4994) 2023-12-15 18:31:59 +11:00
clap_utils Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
compare_fields Generalise compare_fields to work with iterators (#4823) 2023-10-18 12:59:53 +00:00
compare_fields_derive Activate clippy::manual_let_else lint (#4889) 2023-10-31 10:31:02 +00:00
deposit_contract Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
directory Critical dependency logging (#4988) 2024-01-16 19:44:26 +11:00
eth2 add content-type octet stream helper fn (#5062) 2024-01-15 16:23:39 +11:00
eth2_config Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
eth2_interop_keypairs Remove serde derive references (#4830) 2023-10-11 13:01:30 -04:00
eth2_network_config Update teku's bootnodes (#5052) 2024-01-16 12:18:06 +11:00
eth2_wallet_manager Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
filesystem Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
lighthouse_metrics Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
lighthouse_version v4.6.0-rc.0 (#5042) 2024-01-11 10:46:29 +11:00
lockfile Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
logging Critical dependency logging (#4988) 2024-01-16 19:44:26 +11:00
lru_cache Ultra Fast Super Slick CI (#4755) 2023-10-03 06:33:15 +00:00
malloc_utils docs: fix typos (#5059) 2024-01-16 12:18:54 +11:00
monitoring_api Remove serde derive references (#4830) 2023-10-11 13:01:30 -04:00
oneshot_broadcast Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
pretty_reqwest_error Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
sensitive_url Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
slot_clock Fix Rust beta compiler warnings (rustc 1.75.0-beta.1 (782883f60 2023-11-12)) (#4932) 2023-11-18 03:55:11 +11:00
system_health Remove serde derive references (#4830) 2023-10-11 13:01:30 -04:00
target_check Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
task_executor Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
test_random_derive Activate clippy::manual_let_else lint (#4889) 2023-10-31 10:31:02 +00:00
unused_port Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
validator_dir Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
warp_utils Track shared memory in metrics (#5023) 2024-01-05 14:48:11 -05:00
README.md Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00

eth2

Common crates containing eth2-specific logic.