Skip to content

Commit 60fa6cf

Browse files
committed
feat(logging): add logging
1 parent bae9524 commit 60fa6cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/App.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export class App {
1414
}
1515

1616
private static handleEvent(context: Context<TData>): Promise<void> {
17+
context.log.info(`handling ${context.event} event`);
1718
const app = new App(new GithubIssueHelper(context.github, PayloadHelper.isPr(context.payload)), new PayloadHelper(context), context);
1819
return app.handleEvent();
1920
}

0 commit comments

Comments
 (0)