Merge pull request #27831 from backstage/winston-logger/handle-non-castable-string

Fixed WinstonLogger logging fields which are not castable to a string
This commit is contained in:
Harrison Hogg
2024-11-29 17:17:27 +00:00
committed by GitHub
3 changed files with 40 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-defaults': patch
---
Fixed an issue in the WinstonLogger where Errors thrown and given to logger.error with field values that could not be cast to a string would throw a TypeError