Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: remus on April 22, 2011, 09:59:17 AM
-
Hi all,
I've just had a thought, do the log files that linux keeps eventually grow so large that they cause a problem ?
I am wondering how this might effect a tinycore/microcore print or file server.
-
busybox syslogd rotates the main log itself. By default it's 200kb and one old log is kept.
Other apps may or may not rotate their logs.
-
See also:
http://linux.die.net/man/8/logrotate
-
Thanks to everyones input.
logrotate seems to do the trick