Skip to content

Commit 4eacd99

Browse files
committed
about log options
1 parent 335b242 commit 4eacd99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ conn.connect()
3838
```
3939
var defaultOptions = {
4040
host: 'localhost',
41-
port: '3301'
41+
port: '3301',
42+
log: false
4243
};
4344
```
4445
You can overrid default options with options.
@@ -123,7 +124,7 @@ Then just a use **npm test** and it will use mocha and launch test.
123124

124125
##Contributions
125126

126-
It's ok you can do whatever you need.
127+
It's ok you can do whatever you need. I add log options for some technical information it can be help for you.
127128

128129
##ToDo
129130

0 commit comments

Comments
 (0)