mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-10 08:01:11 +00:00
improve WriteComposeContentsToHost instrument fields
This commit is contained in:
@@ -185,7 +185,15 @@ impl Resolve<super::Args> for GetComposeContentsOnHost {
|
||||
//
|
||||
|
||||
impl Resolve<super::Args> for WriteComposeContentsToHost {
|
||||
#[instrument(name = "WriteComposeContentsToHost")]
|
||||
#[instrument(
|
||||
name = "WriteComposeContentsToHost",
|
||||
skip_all,
|
||||
fields(
|
||||
stack = &self.name,
|
||||
run_directory = &self.run_directory,
|
||||
file_path = &self.file_path,
|
||||
)
|
||||
)]
|
||||
async fn resolve(self, _: &super::Args) -> serror::Result<Log> {
|
||||
let WriteComposeContentsToHost {
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user