Skip to content

Commit

Permalink
Log only if the app isn't 3P as user won't likely have access to OS
Browse files Browse the repository at this point in the history
  • Loading branch information
filipewl committed Sep 19, 2023
1 parent 7b56962 commit 683a1d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/service/logger/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ export class Logger {
__SKIDDER_TOPIC_1: `skidder.vendor.${APP.VENDOR}`,
__SKIDDER_TOPIC_2: `skidder.app.${APP.VENDOR}.${APP.NAME}`,
})
} else {
// Warn the developer how to retrieve the error in the logging service
this.logLoggingServiceQuery()
}

console.log(JSON.stringify(inflatedLog))

// Warn the developer how to retrieve the error in the logging service
this.logLoggingServiceQuery()
}

/**
Expand Down

0 comments on commit 683a1d4

Please sign in to comment.