mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-14 09:26:07 -04:00
IP geolocation, extend BucketEntry
This commit is contained in:
parent
fd53ef5509
commit
6228c1df24
11 changed files with 240 additions and 43 deletions
|
@ -321,7 +321,10 @@ pub extern "C" fn initialize_veilid_core(platform_config: FfiStr) {
|
|||
if platform_config.logging.flame.enabled {
|
||||
let filter = veilid_core::VeilidLayerFilter::new_no_default(
|
||||
veilid_core::VeilidConfigLogLevel::Trace,
|
||||
&veilid_core::FLAME_LOG_FACILITIES_IGNORE_LIST.map(|x| x.to_string()),
|
||||
&veilid_core::FLAME_LOG_FACILITIES_IGNORE_LIST
|
||||
.iter()
|
||||
.map(|&x| x.to_string())
|
||||
.collect::<Vec<_>>(),
|
||||
);
|
||||
let (flame_layer, guard) =
|
||||
FlameLayer::with_file(&platform_config.logging.flame.path).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue