diff options
| author | Michael Klishin <michael@novemberain.com> | 2016-01-15 02:37:58 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@novemberain.com> | 2016-01-15 02:37:58 +0300 |
| commit | 9a1b1caad973826a074a5f1e2fa25a8c6649832b (patch) | |
| tree | bebe4059a0db7d8f3c49cf041db0d47849195125 /docs | |
| parent | d54c06ab2ffd82f6f4d1edb19fd646b84f07ba0e (diff) | |
| parent | dbbe3d6e473fcfaa725e7aa0dda10601b63b9c27 (diff) | |
| download | rabbitmq-server-git-9a1b1caad973826a074a5f1e2fa25a8c6649832b.tar.gz | |
Merge pull request #543 from binarin/rabbitmq-server-rotate-logs-data-loss
Fix 'rabbitmqctl rotate_logs' behaviour
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index fb4959b276..c9b699d634 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -275,10 +275,9 @@ suffixed files. </para> <para> - When the target files do not exist they are created. - When no <option>suffix</option> is specified, the empty - log files are simply created at the original location; - no rotation takes place. + When the target files do not exist they are created. When + no <option>suffix</option> is specified, no rotation takes + place - log files are just re-opened. </para> <para role="example-prefix">For example:</para> <screen role="example">rabbitmqctl rotate_logs .1</screen> |
