Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 708668 Details for
Bug 888077
Glance logs should not include DEBUG by default
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Proposed patch for snap5
888077.patch (text/plain), 3.05 KB, created by
John Bresnahan
on 2013-03-11 22:05:03 UTC
(
hide
)
Description:
Proposed patch for snap5
Filename:
MIME Type:
Creator:
John Bresnahan
Created:
2013-03-11 22:05:03 UTC
Size:
3.05 KB
patch
obsolete
>diff --git a/glance-api-dist.conf b/glance-api-dist.conf >index c079ff0..1e14b41 100644 >--- a/glance-api-dist.conf >+++ b/glance-api-dist.conf >@@ -1,5 +1,5 @@ > [DEFAULT] > >-verbose = True >+verbose = False > qpid_heartbeat = 5 > scrub_time = 43200 >diff --git a/glance-registry-dist.conf b/glance-registry-dist.conf >index 53e5737..4bd589f 100644 >--- a/glance-registry-dist.conf >+++ b/glance-registry-dist.conf >@@ -1,3 +1,3 @@ > [DEFAULT] > >-verbose = True >+verbose = False >diff --git a/glance-scrubber-dist.conf b/glance-scrubber-dist.conf >index 53e5737..4bd589f 100644 >--- a/glance-scrubber-dist.conf >+++ b/glance-scrubber-dist.conf >@@ -1,3 +1,3 @@ > [DEFAULT] > >-verbose = True >+verbose = False >diff --git a/openstack-glance-api.init b/openstack-glance-api.init >index d95ab2d..dc1c2d8 100644 >--- a/openstack-glance-api.init >+++ b/openstack-glance-api.init >@@ -32,7 +32,7 @@ start() { > [ -f $dist_config ] || exit 6 > [ -f $user_config ] || exit 7 > echo -n $"Starting $prog: " >- daemon --user glance --pidfile $pidfile "$exec --config-file $dist_config --config-file $user_config --debug --verbose &>/dev/null & echo \$! > $pidfile" >+ daemon --user glance --pidfile $pidfile "$exec --config-file $dist_config --config-file $user_config --verbose &>/dev/null & echo \$! > $pidfile" > retval=$? > echo > [ $retval -eq 0 ] && touch $lockfile >diff --git a/openstack-glance-registry.init b/openstack-glance-registry.init >index 6f6c200..29fd117 100644 >--- a/openstack-glance-registry.init >+++ b/openstack-glance-registry.init >@@ -33,7 +33,7 @@ start() { > [ -f $dist_config ] || exit 6 > [ -f $user_config ] || exit 7 > echo -n $"Starting $prog: " >- daemon --user glance --pidfile $pidfile "$exec --config-file $dist_config --config-file $user_config --debug --verbose &>/dev/null & echo \$! > $pidfile" >+ daemon --user glance --pidfile $pidfile "$exec --config-file $dist_config --config-file $user_config --verbose &>/dev/null & echo \$! > $pidfile" > retval=$? > echo > [ $retval -eq 0 ] && touch $lockfile >diff --git a/openstack-glance-scrubber.init b/openstack-glance-scrubber.init >index b2b260a..68daa9f 100644 >--- a/openstack-glance-scrubber.init >+++ b/openstack-glance-scrubber.init >@@ -32,7 +32,7 @@ start() { > [ -f $dist_config ] || exit 6 > [ -f $user_config ] || exit 7 > echo -n $"Starting $prog: " >- daemon --user glance --pidfile $pidfile "$exec --daemon --config-file $dist_config --config-file $user_config --debug --verbose &>/dev/null & echo \$! > $pidfile" >+ daemon --user glance --pidfile $pidfile "$exec --daemon --config-file $dist_config --config-file $user_config --verbose &>/dev/null & echo \$! > $pidfile" > retval=$? > echo > [ $retval -eq 0 ] && touch $lockfile >diff --git a/openstack-glance.spec b/openstack-glance.spec >index d2ed74b..a6685d3 100644 >--- a/openstack-glance.spec >+++ b/openstack-glance.spec >@@ -1,6 +1,6 @@ > Name: openstack-glance > Version: 2012.2.3 >-Release: 4%{?dist} >+Release: 5%{?dist} > Summary: OpenStack Image Service > > Group: Applications/System
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
eglynn
: review+
derekh
: review+
apevec
: review+
Actions:
View
Attachments on
bug 888077
: 708668