You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a logger in API which provides a proper interface and functionality for the purpose. We need to be able to use it in other packages. For this it needs to be moved to a dedicated package.
Acceptance criteria:
a new logging package is created
the logger is moved there
adjustments to the constructor need to be made to ensure we can still pass the parameters which are currently imported via config
api is updated to depend on that package
should be covered with unit tests
The text was updated successfully, but these errors were encountered:
We have a logger in API which provides a proper interface and functionality for the purpose. We need to be able to use it in other packages. For this it needs to be moved to a dedicated package.
Acceptance criteria:
logging
package is createdThe text was updated successfully, but these errors were encountered: