Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: mainr on July 04, 2009, 03:55:23 PM

Title: log files
Post by: mainr on July 04, 2009, 03:55:23 PM
I've installed TC on a hard drive & setup a PPI. I'm doing some development, and would like log files created for debugging purposes. I've looked in /var/log, but there is nothing. Are logs generated, but in some other location, or are they disabled, and if so, how do I re-enable logging.

Thanks,
Title: Re: log files
Post by: ^thehatsrule^ on July 04, 2009, 07:34:41 PM
If you're talking about syslogd, it is disabled by default.  There is the "syslog" boot option that can be used.  Or it can be manually started.
Title: Re: log files
Post by: mainr on July 04, 2009, 09:57:42 PM
That's exactly what I was looking for.
I'd like to redirect logs to a log server, but that can wait for now.
Thanks.