ronivay / XenOrchestraInstallerUpdater

Xen Orchestra install/update script
GNU General Public License v3.0
1.14k stars 189 forks source link

Consider Adding Parameter for [logs.transport.syslog] #165

Closed JSylvia007 closed 1 year ago

JSylvia007 commented 1 year ago

If possible, in the install script it would be cool to be able to set the [logs.transport.syslog] variable so that we don't have to manually add it to the config.toml after each update and then restart xo-server again.

It essentially ends up as a config.toml entry:

[logs.transport.syslog]
target = 'tcp://syslog.example.org:514'
ronivay commented 1 year ago

Hi,

Sure. Available in https://github.com/ronivay/XenOrchestraInstallerUpdater/pull/167

Can you give it a spin before merge.

JSylvia007 commented 1 year ago

Setting added correctly for me!

I think you can merge!