Skip to content

Commit 696fefb

Browse files
authored
chore: logger category fix (ogx-ai#3706)
# What does this PR do? WARNING 2025-10-06 12:01:45,137 root:266 uncategorized: Unknown logging category: tokenizer_utils. Falling back to default 'root' level: 20 ## Test Plan
1 parent a8da6ba commit 696fefb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llama_stack/models/llama/tokenizer_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from llama_stack.log import get_logger
1111

12-
logger = get_logger(__name__, "tokenizer_utils")
12+
logger = get_logger(__name__, "models")
1313

1414

1515
def load_bpe_file(model_path: Path) -> dict[bytes, int]:

0 commit comments

Comments
 (0)