Skip to content

Document RABBITMQ_SERVICE_PRIORITY environment variable for rabbitmq-service #2270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/man/rabbitmq-service.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@
<dt >
### <code class="Ev">RABBITMQ_CONSOLE_LOG</code> {#RABBITMQ_CONSOLE_LOG}
</dt>
<dd>Set this variable to <b class="Sy">new or</b> <b class="Sy">reuse</b> to have the console output from the server redirected to a file named <span class="Pa">SERVICENAME.debug</span> in the application data directory of the user that installed the service. Under Vista this will be <span class="Pa">C:\Users\AppData\username\SERVICENAME</span>. Under previous versions of Windows this will be <span class="Pa">C:\Documents and Settings\username\Application Data\SERVICENAME</span>. If <code class="Ev">RABBITMQ_CONSOLE_LOG</code> is set to <b class="Sy">new</b> then a new file will be created each time the service starts. If <code class="Ev">RABBITMQ_CONSOLE_LOG</code> is set to <b class="Sy">reuse</b> then the file will be overwritten each time the service starts. The default behaviour when <code class="Ev">RABBITMQ_CONSOLE_LOG</code> is not set or set to a value other than <b class="Sy">new</b> or <b class="Sy">reuse</b> is to discard the server output.</dd>
<dd>Set this variable to <b class="Sy">new</b> or <b class="Sy">reuse</b> to have the console output from the server redirected to a file named <span class="Pa">SERVICENAME.debug</span> in the application data directory of the user that installed the service. Under Vista this will be <span class="Pa">C:\Users\AppData\username\SERVICENAME</span>. Under previous versions of Windows this will be <span class="Pa">C:\Documents and Settings\username\Application Data\SERVICENAME</span>. If <code class="Ev">RABBITMQ_CONSOLE_LOG</code> is set to <b class="Sy">new</b> then a new file will be created each time the service starts. If <code class="Ev">RABBITMQ_CONSOLE_LOG</code> is set to <b class="Sy">reuse</b> then the file will be overwritten each time the service starts. The default behaviour when <code class="Ev">RABBITMQ_CONSOLE_LOG</code> is not set or set to a value other than <b class="Sy">new</b> or <b class="Sy">reuse</b> is to discard the server output.</dd>
<dt >
### <code class="Ev">RABBITMQ_SERVICE_PRIORITY</code> {#RABBITMQ_SERVICE_PRIORITY}
</dt>
<dd>Set this variable to <b class="Sy">low</b>, <b class="Sy">high</b> or <b class="Sy">realtime</b> to override default (normal) process priority class of the Erlang emulator.</dd>
</dl>
</section>
<section class="Sh">
Expand Down