Merge pull request #15658 from backstage/rugvip/lifecyclelog

backend-plugin-api: update lifecycle service to use a logger instead of labels
This commit is contained in:
Johan Haals
2023-01-10 14:20:13 +01:00
committed by GitHub
7 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/backend-plugin-api': patch
---
Added `RootLifecycleService` and `rootLifecycleServiceRef`, as well as added a `labels` option to the existing `LifecycleServiceShutdownHook`.
Added `RootLifecycleService` and `rootLifecycleServiceRef`, as well as added a `logger` option to the existing `LifecycleServiceShutdownHook`.