Roundup Tracker - Issues

Issue 1271333

classification
Logging keeps file handles open
Type: Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: : richard
Priority: normal :

Created on 2005-08-25 09:31 by anonymous, last changed 2006-01-27 02:45 by richard.

Messages
msg2018 Author: [hidden] (anonymous) Date: 2005-08-25 09:31
Hi,

If the [logging].filename entry in config.ini is set to a log 
file, Roundup opens a file handle for each log message 
recorded without closing the hanle afterwards.

This leads eventually to the system crashing due to too 
many open file handles.

Leaving the default logging setting avoids the problem, 
but obviously it is useful to have the ability to log to disk.

Dan.
msg2019 Author: [hidden] (richard) Date: 2006-01-27 02:45
Logged In: YES 
user_id=6405

I believe this was fixed when we removed the custom  
logging module in Roundup. 
History
Date User Action Args
2005-08-25 09:31:27anonymouscreate