diff --git a/.changeset/brave-chicken-thank.md b/.changeset/brave-chicken-thank.md new file mode 100644 index 0000000000..1278e38068 --- /dev/null +++ b/.changeset/brave-chicken-thank.md @@ -0,0 +1,5 @@ +--- +'@backstage/backend-common': patch +--- + +Internal refactor of the logger and configuration loading implementations. diff --git a/.changeset/shaggy-buses-rescue.md b/.changeset/shaggy-buses-rescue.md new file mode 100644 index 0000000000..ed038c6c12 --- /dev/null +++ b/.changeset/shaggy-buses-rescue.md @@ -0,0 +1,5 @@ +--- +'@backstage/backend-app-api': patch +--- + +Moved over logging and configuration loading implementations from `@backstage/backend-common`. There is a now `WinstonLogger` which implements the `RootLoggerService` through Winston with accompanying utilities. For configuration the `loadBackendConfig` function has been moved over, but it now instead returns an object with a `config` property. diff --git a/.changeset/twelve-fans-own.md b/.changeset/twelve-fans-own.md new file mode 100644 index 0000000000..71139f73d7 --- /dev/null +++ b/.changeset/twelve-fans-own.md @@ -0,0 +1,5 @@ +--- +'@backstage/backend-plugin-api': patch +--- + +Updated the `RootLoggerService` to also have an `addRedactions` method.