Add log_file to example glance.conf
This commit is contained in:
parent
a4a4226401
commit
5ae168752c
@ -25,11 +25,15 @@ registry_host = 0.0.0.0
|
|||||||
# Port the registry server is listening on
|
# Port the registry server is listening on
|
||||||
registry_port = 9191
|
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 ========================
|
# ============ Filesystem Store Options ========================
|
||||||
|
|
||||||
# Directory that the Filesystem backend store
|
# Directory that the Filesystem backend store
|
||||||
# writes image data to
|
# writes image data to
|
||||||
filesystem_store_datadir=/var/lib/glance/images/
|
filesystem_store_datadir = /var/lib/glance/images/
|
||||||
|
|
||||||
# ============ Swift Store Options =============================
|
# ============ Swift Store Options =============================
|
||||||
|
|
||||||
@ -59,6 +63,10 @@ bind_host = 0.0.0.0
|
|||||||
# Port the bind the registry server to
|
# Port the bind the registry server to
|
||||||
bind_port = 9191
|
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
|
# SQLAlchemy connection string for the reference implementation
|
||||||
# registry server. Any valid SQLAlchemy connection string is fine.
|
# registry server. Any valid SQLAlchemy connection string is fine.
|
||||||
# See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine
|
# See: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine
|
||||||
|
Loading…
Reference in New Issue
Block a user