Log files - skip writing some unimportant (but frequent) strings
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite I have a lot of unimportant similar (or even the same) reports in log files. I want to have my log files simple and transparent, so my idea is that some strings shouldn't be written in log files. An additional reason is to reduce writings to my SD card (Raspberry PI server). I'm sure that I saw solution before, but I can't find it now. Any idea what to do? syslog share | improve this question asked Mar 31 at 11:14 JanezKranjski 101 1 Which logging daemon do you use? Would you be willing to change it? â Hauke Laging Mar 31 at 11:36 I'm using Raspberry PI with Jessie (Debian). â JanezKranjski Mar 31 at 12:01 I have found in my backup how this was solved before: in /etc/rsyslog.conf was lines like ":msg, contains, "Router Advertisement" stop". And it worked. I have tried the same (with restarting servic...