Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Updated documentation to reflect consolidation of log level 4 & 5
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-palmer committed May 13, 2019
1 parent 7ac57a6 commit 96d0425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -59,7 +59,7 @@ Command | Description
`-p`, `--port <n>` | The port on which the Cache Server listens. The default value is 8126.
`-c`, `--cache-module [path]` | The path to cache module. The Default path is 'cache_fs'.
`-P`, `--cache-path [path]` | The path of the cache directory.
`-l`, `--log-level <n>` | The level of log verbosity. Valid values are 0 (silent) through 5 (debug). The default is 3 (info).
`-l`, `--log-level <n>` | The level of log verbosity. Valid values are 0 (silent) through 4 (debug). The default is 3 (info).
`-w`, `--workers <n>` | The number of worker threads to spawn. The default is 0.
`-m`, `--mirror <host:port>` | Mirror transactions to another cache server. Repeat this option for multiple mirrors.
`-W`, `--putwhitelist <host:port>` | Only allow PUT transactions (uploads) from the specified client address. Repeat this option for multiple addresses.
Expand Down Expand Up @@ -174,7 +174,7 @@ Command | Description
-V, --version | Show the version number of cleanup script.
-c --cache-module [path] | The path to the cache module.
-P, --cache-path [path] | The path of the cache directory.
-l, --log-level <n> | The level of log verbosity. Valid values are 0 (silent) through 5 (debug)
-l, --log-level <n> | The level of log verbosity. Valid values are 0 (silent) through 4 (debug)
-e, --expire-time-span <timeSpan>| Override the configured file expiration timespan. Both ASP.NET style time spans (days.minutes:hours:seconds, for example '15.23:59:59') and ISO 8601 time spans (For example, 'P15DT23H59M59S') are supported.
-s, --max-cache-size <bytes> | Override the configured maximum cache size. Files will be removed from the cache until the max cache size is satisfied, using a Least Recently Used search. A value of 0 disables this check.
-d, --delete | Delete cached files that match the configured criteria. Without this, the default behavior is to dry-run which will print diagnostic information only.
Expand Down

0 comments on commit 96d0425

Please sign in to comment.