log_contract
Module: startup::log_contract
Section titled “Module: startup::log_contract”Contents
Section titled “Contents”Structs
StartupReport- Inputs needed to emit the ready sequence.
Functions
log_ready_sequence- Emit the four contract lines at INFO level, in order.
firma_authority::startup::log_contract::StartupReport
Section titled “firma_authority::startup::log_contract::StartupReport”Struct
Inputs needed to emit the ready sequence.
Generic Parameters:
- ‘a
Fields:
policy_dir: &'a std::path::Path- Filesystem path to the policy directory used by the authority.configured_listen_addr: &'a str- Listen address as configured (before bind resolution).policy_count: usize- Number of.cedarfiles loaded into the enforcement bundle.effective_listen_addr: String- Effective listen address after bind (host:port).
firma_authority::startup::log_contract::log_ready_sequence
Section titled “firma_authority::startup::log_contract::log_ready_sequence”Function
Emit the four contract lines at INFO level, in order.
fn log_ready_sequence(report: &StartupReport)