Hello community,

here is the log from the commit of package openstack-keystone for 
openSUSE:Factory checked in at 2013-03-15 10:43:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openstack-keystone (Old)
 and      /work/SRC/openSUSE:Factory/.openstack-keystone.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openstack-keystone", Maintainer is "radma...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openstack-keystone/openstack-keystone.changes    
2013-03-08 09:29:08.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-keystone.new/openstack-keystone.changes   
    2013-03-15 10:43:04.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Thu Mar  7 16:10:27 UTC 2013 - bwiedem...@suse.com
+
+- fix logging.conf to be about keystone and have absolute path
+

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
openstack-keystone.spec: same change
++++++ logging.conf ++++++
--- /var/tmp/diff_new_pack.zEW8p5/_old  2013-03-15 10:43:07.000000000 +0100
+++ /var/tmp/diff_new_pack.zEW8p5/_new  2013-03-15 10:43:07.000000000 +0100
@@ -1,5 +1,5 @@
 [loggers]
-keys=root,api,registry,combined
+keys=root,api,combined
 
 [formatters]
 keys=normal,normal_with_name,debug
@@ -14,17 +14,12 @@
 [logger_api]
 level=DEBUG
 handlers=devel
-qualname=glance-api
-
-[logger_registry]
-level=DEBUG
-handlers=devel
-qualname=glance-registry
+qualname=keystone-api
 
 [logger_combined]
 level=DEBUG
 handlers=devel
-qualname=glance-combined
+qualname=keystone-combined
 
 [handler_production]
 class=handlers.SysLogHandler
@@ -36,7 +31,7 @@
 class=FileHandler
 level=DEBUG
 formatter=normal_with_name
-args=('glance.log', 'w')
+args=('/var/log/keystone/keystone.log', 'w')
 
 [handler_devel]
 class=StreamHandler

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to