LOG_CANISTER_TYPE_WIDTH

Constant LOG_CANISTER_TYPE_WIDTH 

Source
pub const LOG_CANISTER_TYPE_WIDTH: usize = 9;
Expand description

Logging layout constants

Canister type column width and ellipsis threshold for log lines. If a type exceeds the threshold, it is rendered as first 4, ‘…’, last 4 to keep the log pipes aligned.