From mboxrd@z Thu Jan 1 00:00:00 1970 From: anand.arumug@gmail.com (Anand Arumugam) Date: Fri, 25 Mar 2011 13:47:28 -0400 Subject: kernel space logging In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Wed, Mar 23, 2011 at 5:42 AM, sanjeev sharma wrote: > HI, > > kernel daemon is responsible for kernel messages and can be found here. > > http://linux.die.net/man/8/klogd > > Thanks > Sanjeev Sharma > > On Tue, Mar 22, 2011 at 10:43 PM, Anand Arumugam > wrote: >> >> Hello all! >> >> I would like to know how logging is done while the kernel is booting >> up. More importantly I am looking for those files in the kernel source >> that handles the logging part. Also I would like to know what gets >> logged after the kernel is up and running. >> >> Thanks for your time. >> >> cheers, >> -anand. >> Do you know where I can find the source code for the klogd in the kernel source tree?