12th October, 2008
Simple trick if you are dealing with lots of log files
Posted in programming, random | by evilbitz |Well, it’s all about the numbering
You start with 1.txt and ends up with 1756.txt, too many logs and they always seems unorganized on your disk, so you are arranging the file by date but this may also be a problem with asyncronous writing to log files. And either way, it still it look bad when you arrange the files by date.
So do what I do, start numbering your files from 10000, this way they’ll be arganized by their name properly.
This is silly I know