~raharper/charms/trusty/glance/change-notifier

« back to all changes in this revision

Viewing changes to templates/essex/glance-api.conf

  • Committer: yolanda.robla at canonical
  • Date: 2014-02-18 12:11:14 UTC
  • mfrom: (44 glance)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: yolanda.robla@canonical.com-20140218121114-aomyg6ua7vsgfehf
Add support for syslog logging

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[DEFAULT]
2
2
verbose = True
 
3
use_syslog = {{ use_syslog }}
3
4
debug = True
4
5
{% if rbd_pool %}
5
6
default_store = rbd
19
20
log_file = /var/log/glance/api.log
20
21
backlog = 4096
21
22
workers = 0
22
 
use_syslog = False
23
23
registry_host = 0.0.0.0
24
24
registry_port = 9191
25
25
registry_client_protocol = http