Skip to content

Commit 59679b0

Browse files
committed
docs
1 parent 296431c commit 59679b0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,15 @@ Install the plugin for your editor and ECA server will be downloaded and started
5353

5454
## How it works
5555

56-
Editors spawn the server via `eca server` and communicate via stdin/stdout. Logs are printed to stderr, use `--verbose` to log client<->server communication or `--log-level debug` to log more info like LLM responses.
57-
58-
Supported editors already download latest server on start and require no extra configuration
56+
Editors spawn the server via `eca server` and communicate via stdin/stdout, similar to LSPs. Supported editors already download latest server on start and require no extra configuration.
5957

6058
## Roadmap
6159

6260
Check the planned work [here](https://github.com/orgs/editor-code-assistant/projects/1/views/1).
6361

6462
## Troubleshooting
6563

66-
You can start eca with `--log-level debug` which should log helpful information in stderr buffer like what is being sent to LLMs.
64+
You can start eca with `--log-level debug` or `--verbose` which should log helpful information to stderr buffer like what is being sent to LLMs or what ECA is responding to editors.
6765

6866
## Contributing
6967

0 commit comments

Comments
 (0)