-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
π Describe the new functionality needed
We have our own logger implementation:
from llama_stack.log import get_logger
logger = get_logger(name=__name__, category="core")
Let's have a pre-commit hook that scans the code to make sure we use our logger and not do import logging
.
π‘ Why is this needed? What if we don't build it?
Consistent codebase.
Other thoughts
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers