Skip to content

Commit d71bf1c

Browse files
committed
Fix documentation on enabling REPL logs
As `repl` example was moved into `deltachat_repl` crate, the name of the log target has changed.
1 parent ef1970b commit d71bf1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ curl https://sh.rustup.rs -sSf | sh
1919
Compile and run Delta Chat Core command line utility, using `cargo`:
2020

2121
```
22-
$ RUST_LOG=repl=info cargo run -p deltachat-repl -- ~/deltachat-db
22+
$ RUST_LOG=deltachat_repl=info cargo run -p deltachat-repl -- ~/deltachat-db
2323
```
2424
where ~/deltachat-db is the database file. Delta Chat will create it if it does not exist.
2525

@@ -113,7 +113,7 @@ $ cargo build -p deltachat_ffi --release
113113

114114
- `DCC_MIME_DEBUG`: if set outgoing and incoming message will be printed
115115

116-
- `RUST_LOG=repl=info,async_imap=trace,async_smtp=trace`: enable IMAP and
116+
- `RUST_LOG=deltachat_repl=info,async_imap=trace,async_smtp=trace`: enable IMAP and
117117
SMTP tracing in addition to info messages.
118118

119119
### Expensive tests

0 commit comments

Comments
 (0)