Skip to content

Commit

Permalink
chore: Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Mar 13, 2024
1 parent 4e30711 commit 45cb6cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions homestar-runtime/src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use tracing_subscriber::{layer::SubscriberExt as _, prelude::*, EnvFilter};

const LOG_FILE: &str = "homestar.log";
const DIRECTIVE_EXPECT: &str = "Invalid tracing directive";
// Sets simplified logging filter and format for Every CLI
const EVERY_CLI: &str = "EVERY_CLI";

/// Logger interface.
Expand Down
2 changes: 1 addition & 1 deletion homestar-wasm/src/wasmtime/world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl<T> Env<T> {
/// Types must conform to [Wit] IDL types when Wasm was compiled/generated.
///
/// [Wit]: <https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md>
#[instrument(name = "execute", skip_all)]
#[instrument(skip_all)]
pub async fn execute(&mut self, args: Args<Arg>) -> Result<Output, Error>
where
T: Send,
Expand Down

0 comments on commit 45cb6cf

Please sign in to comment.