Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChainSafe/Delorean-Protocol
/ log_level
Method
log_level
fendermint/testing/delorean-cli/src/main.rs:141–147 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
139
140
impl Options {
141
pub fn log_level(&self) -> Level {
142
if self.verbose {
143
Level::DEBUG
144
} else {
145
Level::INFO
146
}
147
}
148
}
149
150
/// See the module docs for how to run.
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected