[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] log stopped



"Theodore Jones" <theoj@xxxxxxxxxxxxx> wrote:
> I just discovered that the access log (/home/log/httpd/access) for all
> my virtual sites has up and stopped, right at 2.0G, back on the 26th of
> the month.  Somehow I totally missed this!?...
>
> so the question is, is there some kind of size-limit imposed on this
> log-file, and if so, where can I increase it?

You've run into a limit, but it's not log file specific.  Your filesystem
won't allow files larger than 2 gigabytes.  As far as log files go, it's not
really that big of a deal.  Use logrotate to rotate them when they reach a
certain size.  IMO, parsing a 2 GB log file would take an unacceptable
amount of time anyway.

Steven Werby (steven-lists@xxxxxxxxxxxx)