[openstack-keystone] Do not log to stderr by default.

Alan Pevec apevec at fedoraproject.org
Fri Apr 18 00:03:32 UTC 2014


commit 16165f7432c318f0605d0150bc563e01ba98e523
Author: Alan Pevec <apevec at redhat.com>
Date:   Fri Apr 18 02:02:41 2014 +0200

    Do not log to stderr by default.
    
    We are setting logfile explicitly so parallel output on stderr is not expected.

 keystone-dist.conf      |    1 +
 openstack-keystone.spec |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/keystone-dist.conf b/keystone-dist.conf
index 6a00201..406e343 100644
--- a/keystone-dist.conf
+++ b/keystone-dist.conf
@@ -1,5 +1,6 @@
 [DEFAULT]
 log_file=/var/log/keystone/keystone.log
+use_stderr = False
 
 [database]
 connection=mysql://keystone:keystone@localhost/keystone
diff --git a/openstack-keystone.spec b/openstack-keystone.spec
index cb2edc9..f714673 100644
--- a/openstack-keystone.spec
+++ b/openstack-keystone.spec
@@ -7,7 +7,7 @@
 
 Name:           openstack-keystone
 Version:        2014.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        OpenStack Identity Service
 
 License:        ASL 2.0
@@ -222,7 +222,7 @@ fi
 %endif
 
 %changelog
-* Thu Apr 17 2014 Alan Pevec <apevec at redhat.com> 2014.1-1
+* Thu Apr 17 2014 Alan Pevec <apevec at redhat.com> 2014.1-2
 - Icehouse release
 
 * Fri Apr 11 2014 Alan Pevec <apevec at redhat.com> 2014.1-0.9.rc2


More information about the scm-commits mailing list