Constant TOTAL_LOG_LENGTH_LIMIT

Source
pub const TOTAL_LOG_LENGTH_LIMIT: usize = 16384;
Expand description

Maximum length of a single log entry in NEAR runtime. See: https://github.com/near/nearcore/blob/v2.5.0/runtime/near-vm-runner/src/logic/logic.rs#L42