Roundup Tracker - Issues

Message2018

Author anonymous
Recipients
Date 2005-08-25.09:31:27
Message-id
In-reply-to
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.
History
Date User Action Args
2009-02-03 14:21:27adminlinkissue1271333 messages
2009-02-03 14:21:27admincreate