Merge pull request #15593 from backstage/rugvip/logvice

backend-common: prefer LoggerService over Logger
This commit is contained in:
Ben Lambert
2023-01-09 11:25:03 +01:00
committed by GitHub
22 changed files with 77 additions and 65 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Replaced dependencies on the `Logger` type from `winston` with `LoggerService` from `@backstage/backend-plugin-api`. This is not a breaking change as the `LoggerService` is a subset of the `Logger` interface.