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
Currently, KIC itself is responsible for setting up the logging infrastructure. The point of this issue is to make the logger injectable and making sure it's used across all the components so that every logging entries are labeled with an instance ID.
Acceptance criteria
A logger (e.g. with an instance ID label) can be injected into every KIC instance
The same logger instance is used as a root logger in every KIC instance's component
The text was updated successfully, but these errors were encountered:
Currently, KIC itself is responsible for setting up the logging infrastructure. The point of this issue is to make the logger injectable and making sure it's used across all the components so that every logging entries are labeled with an instance ID.
Acceptance criteria
The text was updated successfully, but these errors were encountered: