additional tracing spans / log cleanup.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
8296e0ed67
commit
eb5556e74e
2 changed files with 12 additions and 7 deletions
|
@ -8,6 +8,7 @@ pub type Maps = BTreeMap<String, Arc<Map>>;
|
|||
|
||||
pub(crate) fn open(db: &Arc<Engine>) -> Result<Maps> { open_list(db, MAPS) }
|
||||
|
||||
#[tracing::instrument(skip_all, level = "debug")]
|
||||
pub(crate) fn open_list(db: &Arc<Engine>, maps: &[&str]) -> Result<Maps> {
|
||||
Ok(maps
|
||||
.iter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue