|
@@ -123,7 +123,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)
|
|
|
+ # log.debug("%s,%s", 'ChannelWriter', path)
|
|
|
|
|
|
dset = self._data_set(path=path)
|
|
|
return dset, time - today
|