Skip to content
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 can be injected on an instance level #7045

Closed
2 tasks
czeslavo opened this issue Jan 27, 2025 · 0 comments
Closed
2 tasks

Logger can be injected on an instance level #7045

czeslavo opened this issue Jan 27, 2025 · 0 comments
Assignees
Labels
area/feature New feature or request

Comments

@czeslavo
Copy link
Contributor

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
@czeslavo czeslavo added the area/feature New feature or request label Jan 27, 2025
@czeslavo czeslavo self-assigned this Feb 3, 2025
@czeslavo czeslavo closed this as completed Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant