← Back to team overview

vmbuilder team mailing list archive

lp:~wt-penguintechs-org/vmbuilder/vmbuilder_output_log_location into lp:vmbuilder

 

Warren Turkal has proposed merging lp:~wt-penguintechs-org/vmbuilder/vmbuilder_output_log_location into lp:vmbuilder.

Requested reviews:
  VMBuilder (vmbuilder)

For more details, see:
https://code.launchpad.net/~wt-penguintechs-org/vmbuilder/vmbuilder_output_log_location/+merge/151883

This change actually outputs the location of the debug log file. I would normally find this by looking at the open files while building an image. This seems a little easier to me. Please include it.
-- 
https://code.launchpad.net/~wt-penguintechs-org/vmbuilder/vmbuilder_output_log_location/+merge/151883
Your team VMBuilder is requested to review the proposed merge of lp:~wt-penguintechs-org/vmbuilder/vmbuilder_output_log_location into lp:vmbuilder.
=== modified file 'VMBuilder/log.py'
--- VMBuilder/log.py	2010-02-22 21:21:50 +0000
+++ VMBuilder/log.py	2013-03-06 07:44:31 +0000
@@ -34,3 +34,4 @@
 console.setFormatter(logging.Formatter(format))
 logging.getLogger('').addHandler(console)
 
+logging.info("logging to file: {}".format(logfile))


Follow ups