Expand description
§kona-cli
Shared utilities for binaries in the kona repository.
Re-exports§
pub use log::LogConfig;
Modules§
- backtrace
- Helper to set the backtrace env var.
- log
- Arguments for logging.
- metrics_
args - Utility module to house implementation and declaration of MetricsArgs since it’s being used in multiple places, it’s just being referenced from this module.
- sigsegv_
handler - Signal handler to extract a backtrace from reth, which is originally from stack overflow.
Enums§
- LogFormat
- The format of the logs.
Functions§
- cli_
styles - Styles for the CLI application.
- init_
prometheus_ server - Start a Prometheus metrics server on the given port.
- init_
test_ tracing - This provides function for init tracing in testing