Skip to content

Commit 8959279

Browse files
author
bbaltagi-dtsl
committed
reduce info messages
1 parent 33c9bb3 commit 8959279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_bigquery/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def process(
5656
yield s
5757

5858
elif isinstance(msg, singer.StateMessage):
59-
logger.info("Updating state with {}".format(msg.value))
59+
logger.debug("Updating state with {}".format(msg.value))
6060
for s in handler.handle_state_message(msg):
6161
logger.info(f"Pushing state: {s}")
6262
yield s

0 commit comments

Comments
 (0)