soreana commented on pull request #5296: URL: https://github.com/apache/cloudstack/pull/5296#issuecomment-905477286
@DaanHoogland Thanks for the detailed comment. I have added the following global settings to manage remote logging for console proxy VM, storage VM, and router VM. | Name | Type | default value | is dynamic | description | |-------|:-------:|:--------------:|:------------:|------------| | consoleproxy.remote.logging.enabled | Boolean | false | ✅ | If true, console proxy will forward console proxy logs to <consoleproxy.remote.logging.address> | | consoleproxy.remote.logging.address | String | "" | ✅ | Console proxy forwards its logs to this address | | secondary.storage.remote.logging.enabled | Boolean | false | ✅ | If true, secondary storage will forward secondary storage logs to <secondary.storage.remote.logging.address> | | secondary.storage.remote.logging.address | String | "" | ✅ | Secondary storage forwards its logs to this address | | router.remote.logging.enabled | Boolean | false | ✅ | If true, Router VM will forward console proxy logs to <router.remote.logging.address> | | router.remote.logging.address | String | "" | ✅ | Router VMs forward their logs to this address | I want to change the `/etc/rsyslog.conf` and `/etc/rsyslog.d/00-fwd.conf` files on hypervisors as well. Where is the best place to modify these files? -- 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]
