summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert@lshift.net>2008-08-14 14:26:44 +0100
committerHubert Plociniczak <hubert@lshift.net>2008-08-14 14:26:44 +0100
commit47fec9c6638ff20b1239ae2c2cea65e78d5a2c10 (patch)
tree3d1bf8b4296d75385b63aca49d7d17547b663c3a /docs
parent26e17f2c24d1b8eaba92aeb030510464ac1aca90 (diff)
downloadrabbitmq-server-git-47fec9c6638ff20b1239ae2c2cea65e78d5a2c10.tar.gz
Added reopen_logs command to man pages
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.pod5
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).