We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188a023 commit 4a27eeaCopy full SHA for 4a27eea
packages/cli-v3/src/entryPoints/managed/notifier.ts
@@ -78,7 +78,8 @@ export class RunNotifier {
78
}
79
80
private sendDebugLog(message: string, properties?: SendDebugLogOptions["properties"]) {
81
- this.logger?.sendDebugLog({
+ this.logger.sendDebugLog({
82
+ runId: this.runFriendlyId,
83
message: `[notifier] ${message}`,
84
properties: {
85
...properties,
0 commit comments