hanksong opened a new issue, #9491: URL: https://github.com/apache/seatunnel/issues/9491
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened The logs in Web UI is not working. It has been routed to something like http://seatunnel-master:8080/logs/job-989717817395773441.log, rather than http://10.11.xx.xx:8080/logs/job-989717817395773441.log( where i can see my logs). BTW, the metric is web UI is not working. I can see details in the panel on the right, but nothing shows in the bottom. ### SeaTunnel Version 2.3.11 ### SeaTunnel Config ```conf seatunnel: engine: backup-count: 1 print-execution-info-interval: 10 slot-service: dynamic-slot: true checkpoint: interval: 10000 timeout: 60000 max-concurrent: 1 tolerable-failure: 3 http: enable-http: true port: 8080 telemetry: metric: enabled: true logs: scheduled-deletion-enable: true ``` ### Running Command ```shell docker compose up # docker-compose.yml seatunnel-master: image: docker.1ms.run/apache/seatunnel:2.3.11 container_name: seatunnel-master hostname: seatunnel-master working_dir: /opt/seatunnel ports: - "5801:5801" - "8080:8080" volumes: - ./seatunnel/seatunnel.yaml:/opt/seatunnel/config/seatunnel.yaml:ro - ./seatunnel/hazelcast.yaml:/opt/seatunnel/config/hazelcast.yaml:ro - ./seatunnel/log4j2.properties:/opt/seatunnel/config/log4j2.properties:ro command: > bash -c " echo 'Starting SeaTunnel master node...' && bin/seatunnel-cluster.sh " networks: [seatunnel-net] ``` ### Error Exception ```log No error provided. I can see Web UI partially. ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots  ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
