diff --git a/README.md b/README.md index 1c5fd96..32ed9a3 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ optional arguments: --register-to host:port The psdash node running in web mode to register this agent to on start up. e.g 10.0.1.22:5000 - --register-as name The name to register as. (This will default to the + --register-as name The name to register as. (This will defaults to the node's hostname) ``` @@ -113,7 +113,7 @@ In addition to the [built-in configuration values that comes with Flask](http:// | `PSDASH_ALLOWED_REMOTE_ADDRESSES` | If this is set, only provided ip addresses will be allowed to access psdash. Addresses is separated by a comma. e.g: `PSDASH_ALLOWED_REMOTE_ADDRESSES = "10.0.0.2, 192.29.20.2"` | | `PSDASH_URL_PREFIX` | This can be used to make psdash serve from a non-root location. e.g: `PSDASH_URL_PREFIX = "/psdash"` would make psdash serve it's pages from /psdash | | `PSDASH_LOG_LEVEL` | The log level set for psdash (passed in to `logging.basicConfig`). *Defaults to `logging.INFO`*. | -| `PSDASH_LOG_LEVEL` | The log format set for psdash (passed in to `logging.basicConfig`). *Defaults to `%(levelname)s | %(name)s | %(message)s`*. | +| `PSDASH_LOG_FORMAT` | The log format set for psdash (passed in to `logging.basicConfig`). *Defaults to %(levelname)s | %(name)s | %(message)s*. | | `PSDASH_NODES` | A list of psDash agent nodes (a dict per node) to register on startup. e.g `[{'name': 'mywebnode', 'host': '10.0.0.2', 'port': 5000}]` | | `PSDASH_NET_IO_COUNTER_INTERVAL` | The interval in seconds to update the counters used for calculating network traffic. *Defaults to 3*. | | `PSDASH_LOGS_INTERVAL` | The interval in seconds to reapply the log patterns to make sure that file-system changes are applied (log files being created or removed). *Defaults to 60*.