Martin Chung wrote:
> 
> I would like to ask how to increase the size of log file.
> I find that the log file will save to another file when the file size exceed
> about 98KB.
> I want to use larger log file instead of many small files.
> 
> How can I do?

Sounds like you are either using cyclog or multilog.
Read the man pages for details.

For multilog add nNumber sSize

where Number = max number of files
and   Size   = max size of each file (default is 100K)

Ken Jones

Reply via email to