... | ... | @@ -9,7 +9,7 @@ Edit the file /etc/rsyslog.d/60-openstack.conf |
|
|
```
|
|
|
local0.* @@10.8.10.100:1024 # SET IP AND PORT OF SINK!
|
|
|
```
|
|
|
Tell nova to use syslog for logging. Edit /etc/nova/nova.conf:
|
|
|
Tell nova to use syslog for logging. Place the following in [DEFAULT] /etc/nova/nova.conf:
|
|
|
```
|
|
|
...
|
|
|
verbose = False
|
... | ... | |