Re: printk redirection to a different file

From: Eugene Teo
Date: Mon Apr 12 2004 - 06:00:49 EST


Wrong mailing list.

Edit /etc/syslog.conf so that the messages will be forwarded to
a different file.

Eugene

<quote sender="John Que">
> Hello,
>
> I had added printk calls in a linux kernel module
> for debug purposes.
> Now , I want that this calls will be loggoed not to
> /var/log/messages (this is where
> the printk messages are on RH9) but to a different file.
>
> I am thinking of one main alternative:
>
> create a debug_printk() method (by copying the printk.c to debug_printk.c
> , doing needed changes , and call debug_printk() method instead of
> printk() methods where I want messages to a different log file).
>
> Problem is that I do not see where in printk.c it
> says that the messages will go to /var/log/messages.
>
> (I assume that this is done with a logging system daemon).
>
>
> any idea what to do ?
> regards,
> John
>
> _________________________________________________________________
> The new MSN 8: smart spam protection and 2 months FREE*
> http://join.msn.com/?page=features/junkmail
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>

--
Eugene TEO - <eugeneteo%null!cc!uic!edu> <http://www.anomalistic.org/>
1024D/14A0DDE5 print D851 4574 E357 469C D308 A01E 7321 A38A 14A0 DDE5
main(i) { putchar(182623909 >> (i-1) * 5&31|!!(i<7)<<6) && main(++i); }

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/