I want to know does it’s way to display more detail execution ? I tried to set log level
to debug and solver_config.verbose_mode = true but it seems not work.
- self-hosted instance with 24.07 and set log level to debug .
docker run -it -d --gpus=1 -p 8800:5000 -e CUOPT_SERVER_LOG_LEVEL=debug nvcr.io/nvidia/cuopt/cuopt:24.07
- request info
"other_settings": xxx,
"solver_config": {
"time_limit": 3600,
"objectives": {
"variance_route_size": 0,
"variance_route_service_time": 0
},
"verbose_mode": true
}
- the response only return req_id
{"reqId":"f3ee3e68-3cf7-439f-bc9b-17a6d9d96179"}
- cuopts logs : docker logs -f xxxx
The detail log is important when execute big size problems !