diff --git a/stemcell_builder/stages/system_azure_init/assets/etc/cloud-init/05-logging.cfg b/stemcell_builder/stages/system_azure_init/assets/etc/cloud-init/05-logging.cfg index b6d39ad6fc..b5a95e8078 100644 --- a/stemcell_builder/stages/system_azure_init/assets/etc/cloud-init/05-logging.cfg +++ b/stemcell_builder/stages/system_azure_init/assets/etc/cloud-init/05-logging.cfg @@ -1,7 +1,7 @@ -=## This yaml formated config file handles setting +## This yaml formatted config file handles setting ## logger information. The values that are necessary to be set ## are seen at the bottom. The top '_log' are only used to remove -## redundency in a syslog and fallback-to-file case. +## redundancy in a syslog and fallback-to-file case. ## ## The 'log_cfgs' entry defines a list of logger configs ## Each entry in the list is tried, and the first one that @@ -68,5 +68,4 @@ log_cfgs: # This tells cloud-init to redirect its stdout and stderr to # 'tee -a /var/log/cloud-init-output.log' so the user can see output # there without needing to look on the console. -output: {all: '| tee -a /var/log/cloud-init-output.log'} - +output: {all: '| tee -a /var/log/cloud-init-output.log'} \ No newline at end of file