Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

magento-cloud ssh changed, so our instructions needed updating #3586

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guides/v2.1/cloud/project/project-integrate-blackfire.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ If you continue to experience problems, prepare your log files and contact Black
1. Display startup errors and save the output.

```bash
magento-cloud ssh -- php -d display_startup_errors=on --ri blackfire
magento-cloud ssh "php -d display_startup_errors=on --ri blackfire"
```

1. Create a temporary log file.
Expand All @@ -289,7 +289,7 @@ If you continue to experience problems, prepare your log files and contact Black
1. Start a profile/build again and collect the logs.

```bash
magento-cloud ssh -- cat /tmp/blackfire.log > blackfire.log
magento-cloud ssh "cat /tmp/blackfire.log" > blackfire.log
```

1. Send output and logs to support@blackfire.io.
Expand Down