diff options
Diffstat (limited to 'config/waagent.conf')
-rw-r--r-- | config/waagent.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/waagent.conf b/config/waagent.conf index 756eb4d..97da2b9 100644 --- a/config/waagent.conf +++ b/config/waagent.conf @@ -53,9 +53,21 @@ ResourceDisk.SwapSizeMB=0 # Respond to load balancer probes if requested by Windows Azure. LBProbeResponder=y +# File to write log to. +# '/var/log/waagent.log' if not set +Logs.File=/var/log/waagent.log + +# Enable logging to serial console (y|n) +# When stdout is not enough... +# 'y' if not set +Logs.Console=y + # Enable verbose logging (y|n) Logs.Verbose=n +# Preferred network interface to communicate with Azure platform +#Network.Interface=eth0 + # Root device timeout in seconds. OS.RootDeviceScsiTimeout=300 |