2012-03-13 21:48:07 +11:00
|
|
|
[DEFAULT]
|
|
|
|
# Show more verbose log output (sets INFO log level output)
|
|
|
|
verbose = True
|
|
|
|
|
|
|
|
# Show debugging output in logs (sets DEBUG log level output)
|
|
|
|
debug = True
|
|
|
|
|
|
|
|
# Address to bind the server to
|
|
|
|
bind_host = 0.0.0.0
|
|
|
|
|
|
|
|
# Port the bind the server to
|
|
|
|
bind_port = 8000
|
|
|
|
|
|
|
|
# Log to this file. Make sure the user running heat-api has
|
|
|
|
# permissions to write to this file!
|
|
|
|
log_file = /var/log/heat/api.log
|
|
|
|
|
|
|
|
# ================= Syslog Options ============================
|
|
|
|
|
|
|
|
# Send logs to syslog (/dev/log) instead of to file specified
|
|
|
|
# by `log_file`
|
|
|
|
use_syslog = False
|
|
|
|
|
|
|
|
# Facility to use. If unset defaults to LOG_USER.
|
|
|
|
# syslog_log_facility = LOG_LOCAL0
|
2012-07-17 17:33:49 +01:00
|
|
|
|
|
|
|
rpc_backend=heat.openstack.common.rpc.impl_qpid
|