backend-plugin-api: moved loggerToWinstonLogger to backend-common
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -18,9 +18,9 @@ import express from 'express';
|
||||
import {
|
||||
coreServices,
|
||||
createBackendPlugin,
|
||||
loggerToWinstonLogger,
|
||||
} from '@backstage/backend-plugin-api';
|
||||
import { createRouter } from './router';
|
||||
import { loggerToWinstonLogger } from '@backstage/backend-common';
|
||||
|
||||
/** @alpha */
|
||||
export type AppPluginOptions = {
|
||||
|
||||
Reference in New Issue
Block a user