diff options
author | Ben Howard <ben@prongs> | 2015-07-17 14:24:20 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2015-07-17 21:23:35 +0000 |
commit | 0afc048f2a6ff3638ecfa33e7ded5dc8dddf041a (patch) | |
tree | be55edf0ceacac21db4872fe335019fdb8b71623 /README | |
parent | 7cb11e70e6c639cefc143e8df243b3e88f5fe232 (diff) | |
download | vyos-walinuxagent-0afc048f2a6ff3638ecfa33e7ded5dc8dddf041a.tar.gz vyos-walinuxagent-0afc048f2a6ff3638ecfa33e7ded5dc8dddf041a.zip |
Import patches-unapplied version 2.0.14-0ubuntu1 to ubuntu/wily-proposed
Imported using git-ubuntu import.
Changelog parent: 7cb11e70e6c639cefc143e8df243b3e88f5fe232
New changelog entries:
* New upstream release.
- Rebased patches for 2.0.13 onto 2.0.14.
- Fix rdma config
- Fix page blob uploading for python 2.6
. Fix http request error handling
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -128,6 +128,10 @@ Flags: -force: Skip interactive confirmation for some commands +Options: + + -conf=/path/to/file.conf: Specify configuration file to use instead of default one. + Commands: -help: Lists the supported commands and flags. @@ -203,6 +207,8 @@ ResourceDisk.MountPoint=/mnt/resource ResourceDisk.EnableSwap=n ResourceDisk.SwapSizeMB=0 LBProbeResponder=y +Logs.File=/var/log/waagent.log +Logs.Console=y Logs.Verbose=n OS.RootDeviceScsiTimeout=300 OS.OpensslPath=None @@ -337,11 +343,23 @@ Type: Boolean Default: y If set, waagent will respond to load balancer probes from the platform (if present). +Logs.File: +Type: String Default: /dev/stdout + +If set, logs are appended to this file (instead of stdout). Bundled +config (config/waagent.conf) sets this to '/var/log/waagent.log'. + +Logs.Console: +Type: Boolean Default: n + +If set, waagent also logs to serial console. Bundled config (config/waagent.conf) +sets this to 'y'. + Logs.Verbose: Type: Boolean Default: n -If set, log verbosity is boosted. Waagent logs to /var/log/waagent.log and -leverages the system logrotate functionality to rotate logs. +If set, log verbosity is boosted. When waagent logs to file it can +leverage the system logrotate functionality to rotate logs. OS.RootDeviceScsiTimeout: Type: Integer Default: 300 |