You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by ni...@apache.org on 2003/05/05 14:21:43 UTC

cvs commit: jakarta-gump/python/gump logconf.ini

nicolaken    2003/05/05 05:21:43

  Modified:    python/gump logconf.ini
  Log:
  Add loggers to root logger
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-gump/python/gump/logconf.ini
  
  Index: logconf.ini
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/logconf.ini,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logconf.ini	5 May 2003 07:54:35 -0000	1.1
  +++ logconf.ini	5 May 2003 12:21:43 -0000	1.2
  @@ -24,7 +24,7 @@
   qualname=gump.view
   propagate=1 
   channel=
  -parent=
  +parent=root
   
   [logger_model]
   level=NOTSET
  @@ -32,7 +32,7 @@
   qualname=gump.model
   propagate=1 
   channel=
  -parent=
  +parent=root
   
   [handler_default]
   class=StreamHandler