hyperlane_config 9.3.1

Hyperlane configuration module providing comprehensive configuration management capabilities for the framework.
Documentation
1
2
3
4
5
6
use super::*;

#[cfg(debug_assertions)]
pub const LOG_LEVEL_FILTER: LevelFilter = LevelFilter::Trace;
#[cfg(not(debug_assertions))]
pub const LOG_LEVEL_FILTER: LevelFilter = LevelFilter::Info;