Merge lp:~hopem/charms/trusty/keystone/next-1423513 into lp:~openstack-charmers-archive/charms/trusty/keystone/next

Proposed by Edward Hope-Morley
Status: Merged
Merged at revision: 122
Proposed branch: lp:~hopem/charms/trusty/keystone/next-1423513
Merge into: lp:~openstack-charmers-archive/charms/trusty/keystone/next
Diff against target: 43 lines (+39/-0)
1 file modified
templates/essex/logging.conf (+39/-0)
To merge this branch: bzr merge lp:~hopem/charms/trusty/keystone/next-1423513
Reviewer Review Type Date Requested Status
Liam Young (community) Approve
Review via email: mp+250284@code.launchpad.net
To post a comment you must log in.
Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #2110 keystone-next for hopem mp250284
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/2110/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_unit_test #1900 keystone-next for hopem mp250284
    UNIT OK: passed

Build: http://10.245.162.77:8080/job/charm_unit_test/1900/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #2016 keystone-next for hopem mp250284
    AMULET OK: passed

Build: http://10.245.162.77:8080/job/charm_amulet_test/2016/

Revision history for this message
Liam Young (gnuoy) wrote :

Approve

review: Approve
Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #2114 keystone-next for hopem mp250284
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/2114/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_unit_test #1904 keystone-next for hopem mp250284
    UNIT OK: passed

Build: http://10.245.162.77:8080/job/charm_unit_test/1904/

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_amulet_test #2023 keystone-next for hopem mp250284
    AMULET OK: passed

Build: http://10.245.162.77:8080/job/charm_amulet_test/2023/

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'templates/essex/logging.conf'
2--- templates/essex/logging.conf 1970-01-01 00:00:00 +0000
3+++ templates/essex/logging.conf 2015-02-19 11:28:01 +0000
4@@ -0,0 +1,39 @@
5+[loggers]
6+keys=root
7+
8+[formatters]
9+keys=normal,normal_with_name,debug
10+
11+[handlers]
12+keys=production,file,devel
13+
14+[logger_root]
15+level=WARNING
16+handlers=file
17+
18+[handler_production]
19+class=handlers.SysLogHandler
20+level=ERROR
21+formatter=normal_with_name
22+args=(('localhost', handlers.SYSLOG_UDP_PORT), handlers.SysLogHandler.LOG_USER)
23+
24+[handler_file]
25+class=FileHandler
26+level=DEBUG
27+formatter=normal_with_name
28+args=('/var/log/keystone/keystone.log', 'a')
29+
30+[handler_devel]
31+class=StreamHandler
32+level=NOTSET
33+formatter=debug
34+args=(sys.stdout,)
35+
36+[formatter_normal]
37+format=%(asctime)s %(levelname)s %(message)s
38+
39+[formatter_normal_with_name]
40+format=(%(name)s): %(asctime)s %(levelname)s %(message)s
41+
42+[formatter_debug]
43+format=(%(name)s): %(asctime)s %(levelname)s %(module)s %(funcName)s %(message)s

Subscribers

People subscribed via source and target branches