logging++

This commit is contained in:
Brad Warren
2016-04-04 10:57:02 -07:00
parent 17c495732d
commit 7458324932
+2
View File
@@ -78,6 +78,8 @@ to serve all files under specified web root ({0})."""
def _set_webroots(self, achalls):
if self.conf("path"):
webroot_path = self.conf("path")[-1]
logger.info("Using the webroot path %s for all unmatched domains.",
webroot_path)
for achall in achalls:
self.conf("map").setdefault(achall.domain, webroot_path)
else: