File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $ curl https://sh.rustup.rs -sSf | sh
19
19
Compile and run Delta Chat Core command line utility, using ` cargo ` :
20
20
21
21
```
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
23
23
```
24
24
where ~ /deltachat-db is the database file. Delta Chat will create it if it does not exist.
25
25
@@ -113,7 +113,7 @@ $ cargo build -p deltachat_ffi --release
113
113
114
114
- ` DCC_MIME_DEBUG ` : if set outgoing and incoming message will be printed
115
115
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
117
117
SMTP tracing in addition to info messages.
118
118
119
119
### Expensive tests
You can’t perform that action at this time.
0 commit comments