Log version id when sending schema change notification (#666)

This commit is contained in:
Kamil Kisiela 2022-11-22 15:53:34 +01:00 committed by GitHub
parent 847c55f5ca
commit 2745d5d8d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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({