-
-
Notifications
You must be signed in to change notification settings - Fork 432
Open
Labels
apiChanges to be made to the transformerlab-api repoChanges to be made to the transformerlab-api repo
Description
So we moved model log output to transformerlab.log which makes debugging model issues and showing in the app a lot easier. But now we also display a billion lines like:
2025-08-20 15:13:26 | INFO | stdout | INFO: ::1:61933 - "POST /worker_get_status HTTP/1.1" 200 OK
2025-08-20 15:13:28 | INFO | stdout | INFO: ::1:61935 - "POST /worker_get_status HTTP/1.1" 200 OK
2025-08-20 15:13:30 | INFO | stdout | INFO: ::1:61937 - "POST /worker_get_status HTTP/1.1" 200 OK
2025-08-20 15:13:32 | INFO | model_worker | Send heart beat. Models: ['Llama-3.2-1B-Instruct-4bit']. Semaphore: None. call_ct: 0
. worker_id: 35e444eb.
Possibly this is good, but I find it makes the logs huge and hard to work with?
Metadata
Metadata
Assignees
Labels
apiChanges to be made to the transformerlab-api repoChanges to be made to the transformerlab-api repo