enable logging in example usage to make it more interessting to look at

This commit is contained in:
Simon Laux
2026-01-11 06:17:26 +01:00
parent fe5f59a744
commit ae3d7af152

View File

@@ -43,7 +43,7 @@ Run `deltachat-rpc-server --openrpc` to get [OpenRPC](https://open-rpc.org/) spe
Standard I/O is the default option, but you can also tell `deltachat-rpc-server` to use a unix socket instead.
```
deltachat-rpc-server --unix ./chatmail-core.sock
RUST_LOG=info deltachat-rpc-server --unix ./chatmail-core.sock
```
While this technically allows multiple processes to communicate with the same rpc server instance,