modify all the TG apps (except for bodhi since its logging config is different) to not dump the world to stdout.
+1
-Toshio On Fri, Aug 19, 2011 at 9:26 AM, <skvidal@fedoraproject.org> wrote: > From: Seth Vidal <skvidal@fedoraproject.org> > > --- > *modules/fas/files/fas-log.cfg * * * * * * * * * * *| * *2 +- > *modules/fas/templates/fas.cfg.erb * * * * * * * * *| * *2 +- > *.../fedora-packagedb/templates/pkgdb-prod.cfg.erb *| * *2 +- > *.../templates/mirrormanager-prod.cfg.erb * * * * * | * *2 +- > *modules/smolt/templates/prod.cfg.erb * * * * * * * | * *2 +- > *5 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/modules/fas/files/fas-log.cfg b/modules/fas/files/fas-log.cfg > index 3f7843d..a1ed30c 100644 > --- a/modules/fas/files/fas-log.cfg > +++ b/modules/fas/files/fas-log.cfg > @@ -19,7 +19,7 @@ formatter='full_content' > > *[[[access_out]]] > *class='StreamHandler' > -level='INFO' > +level='WARN' > *args='(sys.stdout,)' > *formatter='message_only' > > diff --git a/modules/fas/templates/fas.cfg.erb b/modules/fas/templates/fas.cfg.erb > index 5908fc4..48ab522 100644 > --- a/modules/fas/templates/fas.cfg.erb > +++ b/modules/fas/templates/fas.cfg.erb > @@ -206,7 +206,7 @@ handlers=['debug_out'] > *#propagate=0 > > *[[[identity]]] > -level='INFO' > +level='WARN' > *qualname='turbogears.identity' > *handlers=['access_out'] > *propagate=0 > diff --git a/modules/fedora-packagedb/templates/pkgdb-prod.cfg.erb b/modules/fedora-packagedb/templates/pkgdb-prod.cfg.erb > index 4f28dce..ce4990a 100644 > --- a/modules/fedora-packagedb/templates/pkgdb-prod.cfg.erb > +++ b/modules/fedora-packagedb/templates/pkgdb-prod.cfg.erb > @@ -133,7 +133,7 @@ formatter='full_content' > > *[[[access_out]]] > *class='StreamHandler' > -level='INFO' > +level='WARN' > *args='(sys.stdout,)' > *formatter='message_only' > > diff --git a/modules/mirrormanager/templates/mirrormanager-prod.cfg.erb b/modules/mirrormanager/templates/mirrormanager-prod.cfg.erb > index b4d18b9..39345fa 100644 > --- a/modules/mirrormanager/templates/mirrormanager-prod.cfg.erb > +++ b/modules/mirrormanager/templates/mirrormanager-prod.cfg.erb > @@ -121,7 +121,7 @@ level='INFO' > *handlers=['debug_out'] > > *[[[access]]] > -level='INFO' > +level='WARN' > *qualname='turbogears.access' > *handlers=['access_out'] > *propagate=0 > diff --git a/modules/smolt/templates/prod.cfg.erb b/modules/smolt/templates/prod.cfg.erb > index cc22b5a..0e10dbd 100644 > --- a/modules/smolt/templates/prod.cfg.erb > +++ b/modules/smolt/templates/prod.cfg.erb > @@ -78,7 +78,7 @@ level='INFO' > *handlers=['debug_out'] > > *[[[access]]] > -level='INFO' > +level='WARN' > *qualname='turbogears.access' > *handlers=['access_out'] > *propagate=0 > -- > 1.7.2.1 > > _______________________________________________ > infrastructure mailing list > infrastructure@lists.fedoraproject.org > https://admin.fedoraproject.org/mailman/listinfo/infrastructure > _______________________________________________ infrastructure mailing list infrastructure@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/infrastructure |
modify all the TG apps (except for bodhi since its logging config is different) to not dump the world to stdout.
+1
kevin -- On Fri, 19 Aug 2011 16:26:10 +0000 skvidal@fedoraproject.org wrote: > From: Seth Vidal <skvidal@fedoraproject.org> > > --- > modules/fas/files/fas-log.cfg | 2 +- > modules/fas/templates/fas.cfg.erb | 2 +- > .../fedora-packagedb/templates/pkgdb-prod.cfg.erb | 2 +- > .../templates/mirrormanager-prod.cfg.erb | 2 +- > modules/smolt/templates/prod.cfg.erb | 2 +- > 5 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/modules/fas/files/fas-log.cfg > b/modules/fas/files/fas-log.cfg index 3f7843d..a1ed30c 100644 > --- a/modules/fas/files/fas-log.cfg > +++ b/modules/fas/files/fas-log.cfg > @@ -19,7 +19,7 @@ formatter='full_content' > > [[[access_out]]] > class='StreamHandler' > -level='INFO' > +level='WARN' > args='(sys.stdout,)' > formatter='message_only' > > diff --git a/modules/fas/templates/fas.cfg.erb > b/modules/fas/templates/fas.cfg.erb index 5908fc4..48ab522 100644 > --- a/modules/fas/templates/fas.cfg.erb > +++ b/modules/fas/templates/fas.cfg.erb > @@ -206,7 +206,7 @@ handlers=['debug_out'] > #propagate=0 > > [[[identity]]] > -level='INFO' > +level='WARN' > qualname='turbogears.identity' > handlers=['access_out'] > propagate=0 > diff --git a/modules/fedora-packagedb/templates/pkgdb-prod.cfg.erb > b/modules/fedora-packagedb/templates/pkgdb-prod.cfg.erb index > 4f28dce..ce4990a 100644 --- > a/modules/fedora-packagedb/templates/pkgdb-prod.cfg.erb +++ > b/modules/fedora-packagedb/templates/pkgdb-prod.cfg.erb @@ -133,7 > +133,7 @@ formatter='full_content' > [[[access_out]]] > class='StreamHandler' > -level='INFO' > +level='WARN' > args='(sys.stdout,)' > formatter='message_only' > > diff --git > a/modules/mirrormanager/templates/mirrormanager-prod.cfg.erb > b/modules/mirrormanager/templates/mirrormanager-prod.cfg.erb index > b4d18b9..39345fa 100644 --- > a/modules/mirrormanager/templates/mirrormanager-prod.cfg.erb +++ > b/modules/mirrormanager/templates/mirrormanager-prod.cfg.erb @@ > -121,7 +121,7 @@ level='INFO' handlers=['debug_out'] > [[[access]]] > -level='INFO' > +level='WARN' > qualname='turbogears.access' > handlers=['access_out'] > propagate=0 > diff --git a/modules/smolt/templates/prod.cfg.erb > b/modules/smolt/templates/prod.cfg.erb index cc22b5a..0e10dbd 100644 > --- a/modules/smolt/templates/prod.cfg.erb > +++ b/modules/smolt/templates/prod.cfg.erb > @@ -78,7 +78,7 @@ level='INFO' > handlers=['debug_out'] > > [[[access]]] > -level='INFO' > +level='WARN' > qualname='turbogears.access' > handlers=['access_out'] > propagate=0 _______________________________________________ infrastructure mailing list infrastructure@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/infrastructure |
| All times are GMT. The time now is 11:02 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.