remove deperecation

Signed-off-by: zeshanziya <zeshan.ziya@axelerant.com>
This commit is contained in:
zeshanziya
2024-08-01 19:07:03 +05:30
parent fffb583132
commit c0f371f08b
@@ -17,7 +17,7 @@ The following example is how you can override the root logger service to add add
```ts
import { coreServices } from '@backstage/backend-plugin-api';
import { WinstonLogger } from '@backstage/backend-app-api';
import { WinstonLogger } from '@backstage/backend-defaults/rootLogger';
const backend = createBackend();