[PATCH] modify all the TG apps (except for bodhi since its logging config is different) to not dump the world to stdout.

Toshio Kuratomi a.badger at gmail.com
Fri Aug 19 16:28:48 UTC 2011


+1

-Toshio

On Fri, Aug 19, 2011 at 9:26 AM,  <skvidal at fedoraproject.org> wrote:
> From: Seth Vidal <skvidal at 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 at lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/infrastructure
>


More information about the infrastructure mailing list