Files
backstage/.changeset/lucky-taxis-vanish.md
T
Patrik Oldsberg 2b1554cebf backend-common: prefer LoggerService over Logger
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-01-06 00:10:32 +01:00

253 B

@backstage/backend-common
@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.