Messages in this thread |  | | From | Keith Owens <> | Subject | Re: nfs debug?? | Date | Fri, 04 May 2001 12:42:19 +1000 |
| |
On Thu, 3 May 2001 18:11:43 -0400, Kapish K <kapish@ureach.com> wrote: >I want to disable logging to console, as that eats up my console >space...I want it to just log to log/messages.
sysrq-1 or write a program that calls syslog(2) as
syslog(8, NULL, 1);
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |