Merge "[trusty-bootstrap] Add missing logs to send2syslog.py"
This commit is contained in:
commit
b53cdd3f66
@ -13,6 +13,8 @@ cat > /etc/send2syslog.conf <<EOF
|
||||
"watchlist": [
|
||||
{"servers": [ {"host": "$masternode_ip"} ],
|
||||
"watchfiles": [
|
||||
{"tag": "bootstrap/kern.log", "files": ["/var/log/kern.log"]},
|
||||
{"tag": "bootstrap/udev", "files": ["/var/log/udev"]},
|
||||
{"tag": "bootstrap/dmesg", "files": ["/var/log/dmesg"]},
|
||||
{"tag": "bootstrap/secure", "files": ["/var/log/secure"]},
|
||||
{"tag": "bootstrap/messages", "files": ["/var/log/messages"]},
|
||||
|
Loading…
Reference in New Issue
Block a user