diff options
| author | Emile Joubert <emile@lshift.net> | 2008-11-08 14:55:03 +0000 |
|---|---|---|
| committer | Emile Joubert <emile@lshift.net> | 2008-11-08 14:55:03 +0000 |
| commit | ca3b1520af6f2d7a0502d550bb174493b0f7ccf9 (patch) | |
| tree | 5db255926f4e113562904390e451e70c53ee172c /packaging/windows | |
| parent | bb98450a0e738b677fdf07dbc2693ebd7e86f135 (diff) | |
| parent | f907f49027688482c118569b4c6aa8956ccdfef8 (diff) | |
| download | rabbitmq-server-git-ca3b1520af6f2d7a0502d550bb174493b0f7ccf9.tar.gz | |
Merged default into bug19331, QA feedback
Diffstat (limited to 'packaging/windows')
| -rw-r--r-- | packaging/windows/rabbitmq-service.pod | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packaging/windows/rabbitmq-service.pod b/packaging/windows/rabbitmq-service.pod index b87e4bafc3..d2ee48f9ac 100644 --- a/packaging/windows/rabbitmq-service.pod +++ b/packaging/windows/rabbitmq-service.pod @@ -102,6 +102,20 @@ If this file is present it is used by the server to auto-configure a RabbitMQ cluster. See the clustering guide at L<http://www.rabbitmq.com/clustering.html> for details. +=head2 CONSOLE_LOG + +Set this varable to B<new> or B<reuse> to have the console +output from the server redirected to a file named B<SERVICENAME>.debug +in the application data directory of the user that installed the service. +Under Vista this will be F<C:\Documents and Settings\User\AppData\username\SERVICENAME>. +Under previous versions of Windows this will be +F<C:\Documents and Settings\username\Application Data\SERVICENAME>. +If B<CONSOLE_LOG> is set to B<new> then a new file will be created +each time the service starts. If B<CONSOLE_LOG> is set to B<reuse> +then the file will be overwritten each time the service starts. +The default behaviour when B<CONSOLE_LOG> is not set or set to a +value other than B<new> or B<reuse> is to discard the server output. + =head1 EXAMPLES Start a previously-installed RabbitMQ AMQP service: |
