You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# Tell SASL not to log progress reports, and log SASL errors to a file
|
|
|
-sasl errlog_type error
|
|
|
-sasl sasl_error_logger '{file, "log/error_log.sasl"}'
|
|
|
-boot start_sasl
|
|
|
|
|
|
-config /etc/kazoo/app.config
|
|
|
|
|
|
# Use kernel poll functionality if supported by emulator
|
|
|
+K true
|
|
|
|
|
|
# Start a pool of asynchronous IO threads
|
|
|
+A 2
|
|
|
|
|
|
# Comment this line out if you want the Erlang shell
|
|
|
+Bd
|