We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd04016 commit 1466ed8Copy full SHA for 1466ed8
docs/framework-takipi_agent.md
@@ -47,9 +47,10 @@ These two flags are needs as otherwise the agent or the JVM might not work prope
47
48
## Logs
49
50
-Currently, you can get the Takipi agent logs using `cf files` command:
+Currently, you can view the Takipi agent logs using the `cf ssh` command:
51
```
52
-cf files app_name app/.java-buildpack/takipi_agent/log/
+cf ssh app_name
53
+cat ~/app/.java-buildpack/takipi_agent/log/agents/*.log
54
55
56
## Troubleshooting
0 commit comments