glance/etc/glance-prefetcher.conf
Rick Harris c451de83b9 Adds syslog support
Change-Id: I05ef04c77b68f0c68d86ae49a5fee68c2f86c80a
2011-08-11 20:15:33 +00:00

25 lines
664 B
Plaintext

[DEFAULT]
# Show more verbose log output (sets INFO log level output)
verbose = True
# Show debugging output in logs (sets DEBUG log level output)
debug = False
log_file = /var/log/glance/prefetcher.log
# Send logs to syslog (/dev/log) instead of to file specified by `log_file`
use_syslog = False
# Directory that the Image Cache writes data to
# Make sure this is also set in glance-api.conf
image_cache_datadir = /var/lib/glance/image-cache/
# Address to find the registry server
registry_host = 0.0.0.0
# Port the registry server is listening on
registry_port = 9191
[app:glance-prefetcher]
paste.app_factory = glance.image_cache.prefetcher:app_factory