wu-sheng commented on a change in pull request #62:
URL:
https://github.com/apache/skywalking-infra-e2e/pull/62#discussion_r739621284
##########
File path: docs/en/setup/Configuration-File.md
##########
@@ -85,6 +85,10 @@ If you want to access the resource from host, should follow
these steps:
url: http://${pod_foo_host}:${pod_foo_8080}/
```
+#### Log
+
+The console output of each pod will be saved after startup. File address:
`${workDir}/logs/${namespace}/${podName}.log`
Review comment:
```suggestion
The console output of each pod could be found in
`${workDir}/logs/${namespace}/${podName}.log`
```
##########
File path: docs/en/setup/Configuration-File.md
##########
@@ -123,6 +127,10 @@ If you want to get the service host and port mapping,
should follow these steps:
url: http://${oap_host}:${oap_8080}/
```
+#### Log
+
+The console output of each service will be saved after startup. File address:
`${workDir}/logs/{serviceName}/std.log`
Review comment:
```suggestion
The console output of each service could be found in
`${workDir}/logs/{serviceName}/std.log`
```
--
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]