Updated server configuration docs

This commit is contained in:
kansi 2017-10-23 14:31:12 +05:30
parent 01390a8cc0
commit 6f5eef97a7

View File

@ -319,7 +319,8 @@ holding the logging configuration.
"granular_levels": {
"bichaindb.backend": "info",
"bichaindb.core": "info"
}
},
"port": 7070
}
```
@ -336,7 +337,8 @@ holding the logging configuration.
"datefmt_logfile": "%Y-%m-%d %H:%M:%S",
"fmt_logfile": "[%(asctime)s] [%(levelname)s] (%(name)s) %(message)s (%(processName)-10s - pid: %(process)d)",
"fmt_console": "[%(asctime)s] [%(levelname)s] (%(name)s) %(message)s (%(processName)-10s - pid: %(process)d)",
"granular_levels": {}
"granular_levels": {},
"port": 9020
}
```
@ -533,6 +535,22 @@ logging of the `core.py` module to be more verbose, you would set the
**Defaults to**: `"{}"`
### log.port
The port number at which the logging server should listen.
**Example**:
```
{
"log": {
"port": 7070
}
}
```
**Defaults to**: `9020`
## graphite.host
The host name or IP address of a server listening for statsd events on UDP