mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Updated server configuration docs
This commit is contained in:
parent
01390a8cc0
commit
6f5eef97a7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user