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

Kevin Fenzi kevin at scrye.com
Fri Aug 19 16:30:43 UTC 2011


+1 

kevin
--
On Fri, 19 Aug 2011 16:26:10 +0000
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20110819/0cf9047f/attachment-0001.bin 


More information about the infrastructure mailing list