@@ -75,6 +75,7 @@ class ChannelWriter(DataWriteStream):
def path_pos(self, chname, time, spec, card_type):
today = day_stamp(time)
path = f'/{self._version}/{today}/{chname}/{card_type}/{spec}'
+ log.debug("%s,%s", 'ChannelWriter', path)
hfive = self.file
if path not in hfive:
@@ -77,7 +77,7 @@ class MerchantWriter(DataWriteStream):
path = f'/{self._version}/{today}/{mchid}/{card_type}/{spec}'
- # log.debug("%s,%s",'MerchantWriter',path)
+ log.debug("%s,%s", 'MerchantWriter', path)
dim = pos_map.dim()
@@ -47,6 +47,7 @@ class NetchkWriter(DataWriteStream):
def path_pos(self, chname, time):
path = f'/{self._version}/{today}/{chname}'
+ log.debug("%s,%s", 'NetchkWriter', path)