Skip to content

Commit 1466ed8

Browse files
committed
Update log viewing instructions according to review
1 parent dd04016 commit 1466ed8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/framework-takipi_agent.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ These two flags are needs as otherwise the agent or the JVM might not work prope
4747

4848
## Logs
4949

50-
Currently, you can get the Takipi agent logs using `cf files` command:
50+
Currently, you can view the Takipi agent logs using the `cf ssh` command:
5151
```
52-
cf files app_name app/.java-buildpack/takipi_agent/log/
52+
cf ssh app_name
53+
cat ~/app/.java-buildpack/takipi_agent/log/agents/*.log
5354
```
5455

5556
## Troubleshooting

0 commit comments

Comments
 (0)