* Debugging
@ 2005-09-09 12:40 Lares Moreau
2005-09-09 15:30 ` Debugging Randy.Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Lares Moreau @ 2005-09-09 12:40 UTC (permalink / raw)
To: linux-kernel
OKay this is a noobie question,
I have all the kernel debugging options turned. Now how do I change the
kernel logging level from prompt? Or do I?
I have 'loglevel=7' appended to my kernel line in grub. Is that all I
need or is there more to it?
Worry not I have syslog-ng setup properly
-Lares
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Debugging
2005-09-09 12:40 Debugging Lares Moreau
@ 2005-09-09 15:30 ` Randy.Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy.Dunlap @ 2005-09-09 15:30 UTC (permalink / raw)
To: Lares Moreau; +Cc: linux-kernel
On Fri, 9 Sep 2005, Lares Moreau wrote:
> OKay this is a noobie question,
>
> I have all the kernel debugging options turned. Now how do I change the
> kernel logging level from prompt? Or do I?
>
> I have 'loglevel=7' appended to my kernel line in grub. Is that all I
> need or is there more to it?
>
> Worry not I have syslog-ng setup properly
'loglevel=7' should be sufficient, except that I have seen some
distro's init scripts change it during bootup, so just be aware
of that (or search for it).
I usually use loglevel or 8 or 9 (via alt-sysrq-N). According to
Documentation/kernel-parameters.txt:
loglevel= All Kernel Messages with a loglevel smaller than the
console loglevel will be printed to the console.
so using a value of 7 would omit KERN_DEBUG messages.
7 (KERN_DEBUG) debug-level messages
--
~Randy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-09-09 15:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-09 12:40 Debugging Lares Moreau
2005-09-09 15:30 ` Debugging Randy.Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox