is there a size limit to a text file?
Posted
by chicane
on Stack Overflow
See other posts from Stack Overflow
or by chicane
Published on 2010-05-22T00:25:56Z
Indexed on
2010/05/22
0:30 UTC
Read the original article
Hit count: 505
HI All
I am creating a log file for our website which will log every log-in by all the users to our orders area. I wish to know if you think its good to enter this log info in just one single file or should this be split up once the log file hits a certain size? My concern is that this file will get rather large over time, but im not certain of the size limit of a text file?
thank you
© Stack Overflow or respective owner