Page 1 of 1

dblog.txt needs a size Limit (5mb would be nice)

Posted: Sat Apr 14, 2007 3:06 pm
by Hanako
I didn't find any threads addressing this issue so I decided to bring it up here. I just noticed an extremely fragmented 750MB dblog.txt file when doing some spring cleaning.

Would it be possible to limit this file size or disable logging when you don't need it?

Posted: Sat Apr 14, 2007 6:23 pm
by Hoerie
Yeah, I agree...mine is only 150mb but still, a huge waste of space if it is only used as a logfile.

Posted: Sat Apr 14, 2007 10:59 pm
by Amour
Thank you for pointing this out. I just deleted mine, now.

Posted: Sun Apr 15, 2007 1:28 pm
by fahrenheit
on ntfs file systems you can compress the files, you will save tons of space that way

Posted: Sun Apr 15, 2007 7:33 pm
by suppy
fahrenheit wrote:on ntfs file systems you can compress the files, you will save tons of space that way
oh lord, please tell me you did not just suggest this >_<

Posted: Sun Apr 15, 2007 9:45 pm
by fahrenheit
i did :P

i can give you another good one: ln -sv /dev/null dblog.txt

that would also solve your problem

Posted: Sun Apr 15, 2007 11:37 pm
by Hoerie
If the log is only there to take up space, then overwriting it instead of appending would be better, who wants 200 mb of logfile anyway?
Unless of course it is somehow important...

Posted: Mon Apr 16, 2007 3:35 am
by Hanako
Logs do come in useful when troubleshooting and sometimes having a record of the last few executions helps in tracking down problems. Thats why I suggested some kind of size limit or an expiration on log dates.

NTFS compression can be useful on archiving and backup drives, but I prefer not to use it because of the performance hit. Its also not usually necessary when you have 3TB of storage space.