... | @@ -10,10 +10,10 @@ Create the file /etc/rsyslog.d/10-remotelog.conf |
... | @@ -10,10 +10,10 @@ Create the file /etc/rsyslog.d/10-remotelog.conf |
|
# send logs to the storage node
|
|
# send logs to the storage node
|
|
|
|
|
|
# same as written to /var/log/messages
|
|
# same as written to /var/log/messages
|
|
*.info;mail.none;authpriv.none;cron.none @@storagenode:1024
|
|
*.info;mail.none;authpriv.none;cron.none @@10.1.1.12:1024
|
|
|
|
|
|
# openstack logs
|
|
# openstack logs
|
|
local0.* @@storagenode:1024
|
|
local0.* @@10.1.1.12:1024
|
|
```
|
|
```
|
|
Tell nova to use syslog for logging. Place the following in [DEFAULT] of /etc/nova/nova.conf:
|
|
Tell nova to use syslog for logging. Place the following in [DEFAULT] of /etc/nova/nova.conf:
|
|
```
|
|
```
|
... | | ... | |