Hisoka-X commented on code in PR #7818:
URL: https://github.com/apache/seatunnel/pull/7818#discussion_r1806360651
##########
docs/en/seatunnel-engine/logging.md:
##########
@@ -80,6 +80,18 @@ appender.file.layout.pattern = [%X{ST-JID}] %d{yyyy-MM-dd
HH:mm:ss,SSS} %-5p [%-
SeaTunnel Engine automatically integrates Log framework bridge, allowing
existing applications that work against Log4j1/Logback classes to continue
working.
+### Query Logs via REST API
+
+SeaTunnel provides an API for querying logs.
+
+**Usage examples:**
+- Retrieve logs for all nodes with `jobId` of `733584788375666689`:
`http://localhost:5801/hazelcast/rest/maps/logs/733584788375666689`
Review Comment:
please update the port from 5801 to 8080 with rest api v2 path
--
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]