Skip to content

Commit 94fb617

Browse files
committed
Add LOGLEVEL helpful hint.
1 parent 96d53de commit 94fb617

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ docker run -d --rm -p 6379:6379 --name redis_master redis:5.0
2020
5. Edit `secrets.py` to configure the auth credentials for the above.
2121
6. Configure stream/channel/topic names into `PUBLIC_TWO_WAY`, `PUBLIC_TWO_WAY_STREAM`, `ZULIP_LOG_PUBLIC_STREAM`, `ZULIP_LOG_PRIVATE_STREAM`.
2222
7. If using Groupme, set `GROUPME_ENABLE` and the cert chain paths.
23+
24+
## Hints
25+
26+
If you want to run with debug logging, set the `LOGLEVEL` environment variable to `debug`, like so:
27+
28+
```
29+
LOGLEVEL=debug python __init__.py
30+
```

0 commit comments

Comments
 (0)