... | ... | @@ -15,7 +15,7 @@ Create the file /etc/rsyslog.d/10-remotelog.conf |
|
|
# openstack logs
|
|
|
local0.* @@10.1.1.12:5327
|
|
|
```
|
|
|
Tell nova to use syslog for logging. Place the following in [DEFAULT] of /etc/nova/nova.conf:
|
|
|
Tell each OpenStack component to use syslog for logging. Place the following in [DEFAULT] of e.g. /etc/nova/nova.conf
|
|
|
```
|
|
|
...
|
|
|
verbose = False
|
... | ... | |