diff options
author | Hubert Plociniczak <hubert@lshift.net> | 2008-08-27 16:24:18 +0100 |
---|---|---|
committer | Hubert Plociniczak <hubert@lshift.net> | 2008-08-27 16:24:18 +0100 |
commit | 5d081a3aefadbe1650cb8b10169a4553dcec3bd7 (patch) | |
tree | 266d16bea2929c4f4ec9b44776c915dc20e1c36a /docs | |
parent | bf5ceb4dac3197bce4e573e2f94a59410d625d69 (diff) | |
download | rabbitmq-server-5d081a3aefadbe1650cb8b10169a4553dcec3bd7.tar.gz |
Added few missing articles
Diffstat (limited to 'docs')
-rw-r--r-- | docs/rabbitmqctl.pod | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/rabbitmqctl.pod b/docs/rabbitmqctl.pod index 927fd8af..6c84cbb1 100644 --- a/docs/rabbitmqctl.pod +++ b/docs/rabbitmqctl.pod @@ -69,10 +69,10 @@ force_reset rotate_logs [suffix] instruct the RabbitMQ node to rotate the log files. The RabbitMQ broker will attempt to append the current contents of the log file - to the file with name composed of the original name and the suffix. - It will create a new file if such a file does not already exist. - When no I<suffix> is specified, the log file is simply reopened; - no rotation takes place. + to the file with the name composed of the original name and the + suffix. It will create a new file if such a file does not already + exist. When no I<suffix> is specified, the log file is simply + reopened; no rotation takes place. 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. @@ -129,7 +129,7 @@ default Erlang node: rabbitmqctl map_user_vhost foo test -Append current logs' content to the files with ".1" suffix and reopen +Append the current logs' content to the files with ".1" suffix and reopen them: rabbitmqctl rotate_logs .1 |