This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 30636 - [logging] improve checking of the ide.log size
Summary: [logging] improve checking of the ide.log size
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-04 10:15 UTC by David Konecny
Modified: 2009-01-06 14:37 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Konecny 2003-02-04 10:15:55 UTC
The size of the ide.log file is checked during the
start of the IDE and if it is larger then a limit
the file is renamed and configured number of old
files is hold for some time.

This does not work in case of excessive logging
during the running IDE. In issue 29802 user
reported ide.log file of size 96MB! This should
not happen. The size of the file should be checked
during the writing into the file. The excessive
logging is not good, but platform should manage it
correctly.
Comment 1 dnoyeB 2003-02-04 14:45:30 UTC
Be certain that a large log file is preferred ofer lots of little log
files.  Much faster to delete (at least on windows) 1 giant log file
than 2 1/2 giant log
files :D

Of course I assume at some point you start deleting old logs?