diff --git a/hshetl/transformers.py b/hshetl/transformers.py
index cabca57fcfdaab1d92027ed5257cdd3288a12813..b20d0b42bcc4843454a4f92385217e306fbce824 100644
--- a/hshetl/transformers.py
+++ b/hshetl/transformers.py
@@ -127,7 +127,7 @@ class CompareTransformer(AbstractTransformer):
def create_container(self):
if self.target is None:
- logging.info('Creating empty target, this results in compare with a big bunch of insert.')
+ logging.debug('Creating empty target, this results in compare with a big bunch of insert.')
self.target = Container(name = self.name + '_nonetarget',
properties = self.entity.properties)
self.entity.add(self.target)