soreana commented on pull request #5296: URL: https://github.com/apache/cloudstack/pull/5296#issuecomment-906482069
@DaanHoogland As a cloudstack admin, I prefer to have the same configuration for hosts as the ones I defined for system VMs. Something Like: | Name | Type | default value | is dynamic | description | |-------|:-------:|:--------------:|:------------:|------------| | host.remote.logging.forward.enabled | Boolean | false | ✅ | If true, Host will forward console proxy, storage vm, and router vm logs to <host.remote.logging.forward.address> | | host.remote.logging.forward.address | String | "" | ✅ | Host forwards console proxy, storage vm, and router vm logs to this address | I want to change `/etc/rsyslog.conf` based on the `host.remote.logging.forward.enabled` value and `/etc/rsyslog.d/00-fwd.conf` based on the `host.remote.logging.forward.address`. I think It is better to go with the libvirt command option. I found lot of samples in `plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper` directory. Let me know if you are aware of any documentation or tips. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
