#5 open
Jordan Baker

log.ini error

Reported by Jordan Baker | April 8th, 2009 @ 12:45 PM | in 0.3

Looks like cleanup handlers for logging should not get run, or it should get initialized each time the test is run (probably better).

Error in atexit.run_exitfuncs: Traceback (most recent call last): File "/Applications/Plone/Python-2.4/lib/python2.4/atexit.py", line 24, in run_exitfuncs

func(*targs, **kargs)

File "/Applications/Plone/Python-2.4/lib/python2.4/logging/init.py", line 1333, in shutdown

h.close()

File "/Applications/Plone/Python-2.4/lib/python2.4/logging/init.py", line 674, in close

del _handlers[self]

KeyError: <logging.StreamHandler instance at 0x6ef0468> Error in sys.exitfunc: Traceback (most recent call last): File "/Applications/Plone/Python-2.4/lib/python2.4/atexit.py", line 24, in _run_exitfuncs

func(*targs, **kargs)

File "/Applications/Plone/Python-2.4/lib/python2.4/logging/init.py", line 1333, in shutdown

h.close()

File "/Applications/Plone/Python-2.4/lib/python2.4/logging/init.py", line 674, in close

del _handlers[self]

KeyError: <logging.StreamHandler instance at 0x6ef0468>

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

People watching this ticket

Pages