~ubuntu-branches/debian/sid/keystone/sid

« back to all changes in this revision

Viewing changes to etc/logging.conf.sample

  • Committer: Package Import Robot
  • Author(s): Ghe Rivero
  • Date: 2012-06-22 09:41:24 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120622094124-bc3xfo1nkhg1wvo0
Tags: 2012.1.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
class=FileHandler
22
22
level=DEBUG
23
23
formatter=normal_with_name
24
 
args=('keystone.log', 'a')
 
24
args=('/var/log/keystone/keystone.log', 'a')
25
25
 
26
26
[handler_devel]
27
27
class=StreamHandler