summaryrefslogtreecommitdiffstats
path: root/logread.c
AgeCommit message (Collapse)Author
2013-10-24add hostname option to logreadJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2013-10-09add a prefix option for messages streamed using logreadJohn Crispin
Signed-off-by: Robin Kuck <robin@basicinside.de>
2013-09-03logread: fix the facility name reportingJohn Crispin
http://patchwork.openwrt.org/patch/3978/ Signed-off-by: Mike Brady<mikebrady@eircom.net>
2013-07-14logread should handle return code when sending data over the netJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2013-07-09Fix logread file loggingJohn Crispin
This patch fixes logread and now appends to files instead of writting to the beginning the specified logfile. It also sets the access rights to 0600. Signed-off-by: Peter Wagner <tripolar@gmx.at>
2013-07-09fix up the loging over networkJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2013-07-08extend logreadJohn Crispin
* log to file * add pidfile support * reconnect when logging over network
2013-06-19make add facility and level to logread outputJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2013-05-11logreadJohn Crispin
2013-04-25fix 32 wrap around bug when handling 64 bit time valuesJohn Crispin
Signed-off-by: John Crispin <blogic@openwrt.org>
2013-03-13add logread toolJohn Crispin