Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ is_log_metadata_field
Function
is_log_metadata_field
plugins/src/logging.rs:171–176 ·
view source on GitHub ↗
(name: &str)
Source
from the content-addressed store, hash-verified
169
}
170
171
fn is_log_metadata_field(name: &str) -> bool {
172
matches!(
173
name,
174
"log.target"
|
"log.module_path"
|
"log.file"
|
"log.line"
175
)
176
}
177
}
Callers
1
record_debug
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected