From 0afc048f2a6ff3638ecfa33e7ded5dc8dddf041a Mon Sep 17 00:00:00 2001 From: Ben Howard Date: Fri, 17 Jul 2015 14:24:20 -0600 Subject: 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 --- README | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 59fab95..b1c97e5 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3