commit | 7918f748794f175a9c03b455ad508e2ca4326641 | [log] [tgz] |
---|---|---|
author | Steve McIntyre <steve.mcintyre@linaro.org> | Thu Feb 12 08:07:23 2015 +0000 |
committer | Steve McIntyre <steve.mcintyre@linaro.org> | Thu Feb 12 08:07:23 2015 +0000 |
tree | 590fe7873b6a48ae17fbf8690063600c581a6d8a | |
parent | 19e6b06509d27099db7900452a46a5e0e97f08d5 [diff] [blame] |
Print the logfile name at startup Change-Id: I96686a6a6041d6794519e4cdf79c915374985945
diff --git a/vland.py b/vland.py index 874064a..cd66533 100644 --- a/vland.py +++ b/vland.py
@@ -100,6 +100,7 @@ logging.basicConfig(level = loglevel, format = '%(asctime)s %(levelname)-8s %(message)s') else: + print "Logging to %s" % state.config.logging.filename logging.basicConfig(level = loglevel, format = '%(asctime)s %(levelname)-8s %(message)s', datefmt = '%Y-%m-%d %H:%M:%S',