File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -664,7 +664,7 @@ def reload_from_omx_3d(
664664 raw = dataset [data_name ].data
665665 raw [:, :] = f .root .data [data_name ][:, :]
666666 bytes_loaded += raw .nbytes
667- logger .info (
667+ logger .debug (
668668 f"loaded { data_name } ({ filter_note } ) to dataset "
669669 f"in { time .time () - t1 :.2f} s, { si_units (bytes_loaded )} "
670670 )
Original file line number Diff line number Diff line change @@ -1045,7 +1045,7 @@ def __new__(
10451045 )
10461046 # return from library if available
10471047 if flow_library is not None and self .flow_hash in flow_library :
1048- logger .info (f"flow exists in library: { self .flow_hash } " )
1048+ logger .debug (f"flow exists in library: { self .flow_hash } " )
10491049 result = flow_library [self .flow_hash ]
10501050 result .tree = tree
10511051 return result
@@ -1661,7 +1661,7 @@ def __initialize_2(
16611661 else :
16621662 s = None
16631663 if s and s .group (1 ) == self .flow_hash :
1664- logger .info (f"using existing flow code { self .flow_hash } " )
1664+ logger .debug (f"using existing flow code { self .flow_hash } " )
16651665 writing = False
16661666 else :
16671667 logger .info (f"writing fresh flow code { self .flow_hash } " )
You can’t perform that action at this time.
0 commit comments