... | @@ -9,6 +9,15 @@ Edit the file /etc/rsyslog.d/60-openstack.conf |
... | @@ -9,6 +9,15 @@ Edit the file /etc/rsyslog.d/60-openstack.conf |
|
```
|
|
```
|
|
local0.* @@10.8.10.100:1024 # SET IP AND PORT OF SINK!
|
|
local0.* @@10.8.10.100:1024 # SET IP AND PORT OF SINK!
|
|
```
|
|
```
|
|
|
|
Tell nova to use syslog for logging. Edit /etc/nova/nova.conf:
|
|
|
|
```
|
|
|
|
...
|
|
|
|
verbose = False
|
|
|
|
debug = False
|
|
|
|
use_syslog = True
|
|
|
|
syslog_log_facility = LOG_LOCAL0
|
|
|
|
...
|
|
|
|
```
|
|
## configuring the sink
|
|
## configuring the sink
|
|
Edit the file /etc/rsyslog.conf
|
|
Edit the file /etc/rsyslog.conf
|
|
```
|
|
```
|
... | | ... | |