Merge pull request #15657 from backstage/rugvip/loglabel

backend-common: make it possible to override service log label
This commit is contained in:
Patrik Oldsberg
2023-01-10 14:15:21 +01:00
committed by GitHub
3 changed files with 66 additions and 25 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Updated the logger created by `createRootLogger` to make it possible to override the default `service` log label.