Skip to content

Commit 496762e

Browse files
authored
Update README.md
1 parent c6ab5eb commit 496762e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,15 @@ To check the plugin compatibility against the Gateway versions defined in the [g
5151
```
5252

5353
### Troubleshooting
54-
To check the state of the port forwarding:
54+
1. To check the state of the port forwarding:
5555
```console
5656
sudo lsof -i -P | grep LISTEN | grep 5990
5757
```
5858

59+
2. Gateway and the plugin logs are stored in
60+
`/Users/<USER_NAME>/Library/Logs/JetBrains/JetBrainsGateway<VERSION>/idea.log`
61+
62+
5963
## Release
6064
1. Find a draft release on the [Releases](https://github.com/redhat-developer/devspaces-gateway-plugin/releases) page. The draft is created and updated automatically on each push to the `main` branch.
6165
2. Edit the draft and use the `Publish release` button. The [Release](https://github.com/redhat-developer/devspaces-gateway-plugin/blob/main/.github/workflows/release.yml) Workflow will attach the built plugin artifact to the published release.

0 commit comments

Comments
 (0)