Skip to content

Commit a01554b

Browse files
committed
chore(ecs): downgrade echopype parser fallback to DEBUG level
1 parent 0bdcd2e commit a01554b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • oceanstream/echodata/calibrate

oceanstream/echodata/calibrate/ecs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def parse_ecs(source: EcsSource, sonar_type: SonarType = "EK80") -> dict:
171171
try:
172172
parser.parse()
173173
except (TypeError, ValueError, AttributeError) as e:
174-
logger.warning("ECS echopype parser failed (%s), using fallback parser", e)
174+
logger.debug("ECS echopype parser failed (%s), using fallback parser", e)
175175
return _fallback_parse_ecs(source, sonar_type)
176176
ev_dict = parser.get_cal_params()
177177
if not ev_dict:

0 commit comments

Comments
 (0)