diff options
| author | Hubert Plociniczak <hubert@lshift.net> | 2008-08-14 14:35:20 +0100 |
|---|---|---|
| committer | Hubert Plociniczak <hubert@lshift.net> | 2008-08-14 14:35:20 +0100 |
| commit | 231d51ccab233eadf102ee2b2d2bc3ff2118b351 (patch) | |
| tree | 434fb03e607ec43ef225b3e341b7308b0b64ccba /docs/rabbitmqctl.pod | |
| parent | 18bb034b9dba40efe5b741a7f8f9bc192e1bd39e (diff) | |
| parent | 47fec9c6638ff20b1239ae2c2cea65e78d5a2c10 (diff) | |
| download | rabbitmq-server-git-231d51ccab233eadf102ee2b2d2bc3ff2118b351.tar.gz | |
Merge bug19200 into bug19193
Diffstat (limited to 'docs/rabbitmqctl.pod')
| -rw-r--r-- | docs/rabbitmqctl.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.pod b/docs/rabbitmqctl.pod index db31b62134..ebe0cd4393 100644 --- a/docs/rabbitmqctl.pod +++ b/docs/rabbitmqctl.pod @@ -66,6 +66,11 @@ force_reset It should only be used as a last resort if the database or cluster configuration has been corrupted. +reopen_logs + instruct the RabbitMQ node to close and reopen the log files. + This command might be helpful when you are e.g. writing your own + logrotate script and you do not want to restart the RabbitMQ node. + cluster I<clusternode> ... instruct the node to become member of a cluster with the specified nodes determined by I<clusternode> option(s). |
