-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
System Info
LLS from main
branch (post 0.2.19)
Information
- The official example scripts
- My own modified scripts
🐛 Describe the bug
Starting LLS server locally on a terminal with 120 chars width results in an output with empty lines

This is due to a hardcoded wrapping of the log lines in
llama-stack/llama_stack/log.py
Line 124 in 75fad44
kwargs["console"] = Console(width=150) |
I wonder whether we can avoid to always fill up loglines to 150 chars with trailing spaces, but just have a newline when the log line ends ?
Error logs
No error logs, for the error see the screenshot above.
Expected behavior
Just a regular log line that wraps at 150 if longer than 150 chars, but just end the line if shorter.
leseb
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working