mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
Log version id when sending schema change notification (#666)
This commit is contained in:
parent
847c55f5ca
commit
2745d5d8d2
1 changed files with 3 additions and 2 deletions
|
|
@ -151,10 +151,11 @@ export class AlertsManager {
|
|||
const target = event.target.id;
|
||||
|
||||
this.logger.debug(
|
||||
'Triggering Schema Change Notifications (organization=%s, project=%s, target=%s)',
|
||||
'Triggering Schema Change Notifications (organization=%s, project=%s, target=%s, version=%s)',
|
||||
organization,
|
||||
project,
|
||||
target
|
||||
target,
|
||||
event.schema.id
|
||||
);
|
||||
|
||||
await this.authManager.ensureTargetAccess({
|
||||
|
|
|
|||
Loading…
Reference in a new issue