Skip to content

Commit

Permalink
add instrument
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Nov 5, 2024
1 parent 2478958 commit b6702a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

[env]
RUST_LOG = "none,[from_str{appid=com.system76.CosmicPanel.Panel}]=debug"
# RUST_LOG = "warn,configurator=debug"
RUST_BACKTRACE = "0"
1 change: 1 addition & 0 deletions configurator/src/node/from_json_schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ impl NodeContainer {
}

/// None means that the schema validate nothing
#[instrument(skip_all)]
pub(crate) fn schema_object_to_node(
from: &str,
def: &schemars::Map<String, Schema>,
Expand Down

0 comments on commit b6702a9

Please sign in to comment.