Skip to content

Commit e806e8b

Browse files
committed
Update README with logging instructions
1 parent 8cf938d commit e806e8b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,18 @@ Status](https://travis-ci.org/parse-server-modules/parse-server-push-adapter.svg
88
Official Push adapter for parse-server
99

1010
See [parse-server push configuration](https://github.com/ParsePlatform/parse-server/wiki/Push)
11+
12+
13+
### see more logs
14+
15+
You can enable verbose logging with environment variables:
16+
17+
```
18+
VERBOSE=1
19+
20+
or
21+
22+
VERBOSE_PARSE_SERVER_PUSH_ADAPTER=1
23+
```
24+
25+
This will produce a more verbose output for all the push sending attempts

0 commit comments

Comments
 (0)