Add log_file to example glance.conf

This commit is contained in:
jaypipes@gmail.com 2011-04-19 15:07:07 -04:00
parent a4a4226401
commit 5ae168752c

View File

@ -25,11 +25,15 @@ registry_host = 0.0.0.0
# Port the registry server is listening on
registry_port = 9191
# Log to this file. Make sure you do not set the same log
# file for both the API and registry servers!
log_file = /var/log/glance/api.log
# ============ Filesystem Store Options ========================
# Directory that the Filesystem backend store
# writes image data to
filesystem_store_datadir=/var/lib/glance/images/
filesystem_store_datadir = /var/lib/glance/images/
# ============ Swift Store Options =============================
@ -59,6 +63,10 @@ bind_host = 0.0.0.0
# Port the bind the registry server to
bind_port = 9191
# Log to this file. Make sure you do not set the same log
# file for both the API and registry servers!
log_file = /var/log/glance/registry.log
# SQLAlchemy connection string for the reference implementation
# registry server. Any valid SQLAlchemy connection string is fine.
# See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine