Skip to content

Commit

Permalink
feat: more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderMatt committed Dec 8, 2023
1 parent 7d2b977 commit 9d76bbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/operator/gitea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function buildTeamString(teamNames: any[]): string {
export default class MyOperator extends Operator {
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
protected async init() {
console.debug('Starting initializing')
// Watch all namespaces
await this.watchResource('', 'v1', 'namespaces', async (e) => {
const { object } = e
Expand Down

0 comments on commit 9d76bbf

Please sign in to comment.