cvat-ai / cvat

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.
https://cvat.ai
MIT License
12.33k stars 2.97k forks source link

Where is the path where the labeling worker's job log is saved? #8350

Closed bolero2 closed 1 month ago

bolero2 commented 1 month ago

I have one question.

When using the existing 2.3.0 version of CVAT, the following log was saved in data/tasks/{task_id}/logs/task.log in the cvat_server docker container.

{"job_id":857,"task_id":881,"client_id":642278,"name":"Fit image","time":"2024-07-19T04:17:37.642000Z","payload":{},"is_active":true,"username":"user1"}
{"job_id":857,"task_id":881,"client_id":642278,"name":"Change frame","time":"2024-07-19T04:17:39.416000Z","payload":{"from":0,"to":1},"is_active":true,"username":"user1"}

After upgrading CVAT to 2.15.0, I cannot see the log. (The file is not visible.)

image

Do I need to turn on any related features or settings, or is the location where it's saved different?

bsekachev commented 1 month ago

All the logs are stored in clickhouse now (cvat_clickhouse docker container)