Skip to content

Commit

Permalink
chore: update logging to be a debug message (#8566)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta authored Oct 6, 2024
1 parent ae9221d commit e45fecf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/many-shoes-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-builder-lib": patch
---

chore: change signing warning message to debug
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export class WindowsSignToolManager {
}
log.info(logInfo, "signing")
} else if (!customSign) {
log.warn({ signHook: !!customSign, cscInfo }, "no signing info identified, signing is skipped")
log.debug({ signHook: !!customSign, cscInfo }, "no signing info identified, signing is skipped")
return false
}

Expand Down

0 comments on commit e45fecf

Please sign in to comment.