Don't duplicate gen_gdl90 messages in syslog general log.

#765.
rxwx
cyoung 2019-01-17 17:09:23 -05:00
rodzic 362a2ffb39
commit 659e7860a2
3 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,2 @@
# Ignore gen_gdl90. stratux.log is written directly from the process.
if $programname == 'gen_gdl90' then ~

Wyświetl plik

@ -40,6 +40,7 @@ cp image/dhcpd.conf work/bin/
cp image/interfaces work/bin/
cp image/logrotate.conf work/bin/
cp image/logrotate_d_stratux work/bin/
cp image/rsyslog_d_stratux work/bin/
cp test-data/ahrs/ahrs_table.log work/bin/
cp ahrs_approx work/bin/

Wyświetl plik

@ -23,6 +23,9 @@ ln -fs /lib/systemd/system/stratux.service /etc/systemd/system/multi-user.target
cp -f hostapd.conf /etc/hostapd/hostapd.conf
cp -f hostapd-edimax.conf /etc/hostapd/hostapd-edimax.conf
#rsyslog config
cp -f rsyslog_d_stratux /etc/rsyslog.d/stratux.conf
#logrotate config
cp -f logrotate.conf /etc/logrotate.conf
cp -f logrotate_d_stratux /etc/logrotate.d/stratux