Skip to content

Commit 2aa4783

Browse files
committed
chore: Adjust logging level for SP3
1 parent 1bd4149 commit 2aa4783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnssanalysis/gn_io/sp3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ def parse_sp3_header(header: bytes, warn_on_negative_sv_acc_values: bool = True)
11191119
if header_version in ("a", "b"):
11201120
logger.warning(f"SP3 file is old version: '{header_version}', you may experience parsing issues")
11211121
elif header_version in ("c", "d"):
1122-
logger.info(f"SP3 header states SP3 file version is: {header_array[0]}")
1122+
logger.debug(f"SP3 header states SP3 file version is: {header_array[0]}")
11231123
else:
11241124
logger.warning(
11251125
f"SP3 header is of an unknown version, or failed to parse! Version appears to be: '{header_version}'"

0 commit comments

Comments
 (0)