-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logger issue with plugin-slack-catalog-backend #71
Comments
Thanks for raising @AndreaBacquele. Opening a PR and will have the team review it once they are online. |
Thank you @bbckr 🤩 |
Leaving reopened until the package is published, will be version 2.0.0 |
Just to keep my team updated: Do you have an idea when the package will be published? :) |
This was published yesterday https://github.com/seatgeek/backstage-plugins/releases/tag/%40seatgeek%2Fbackstage-plugin-slack-catalog-backend%402.0.0 |
Hi! ✋
We are using your
plugin-slack-catalog-backend
We have a type error when we use
fromConfig()
in our backend module.With Backstage config in our createBackendModule, we use
logger: coreServices.logger,
.But we have this type error:
Argument of type 'LoggerService' is not assignable to parameter of type 'Logger'.
Would you happen to have a solution? We need to update our Backstage version to the 1.31 and they start to deprecate
loggerToWinstonLogger
method.Thanks in advance
The text was updated successfully, but these errors were encountered: