We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c9bb3 commit 8959279Copy full SHA for 8959279
target_bigquery/process.py
@@ -56,7 +56,7 @@ def process(
56
yield s
57
58
elif isinstance(msg, singer.StateMessage):
59
- logger.info("Updating state with {}".format(msg.value))
+ logger.debug("Updating state with {}".format(msg.value))
60
for s in handler.handle_state_message(msg):
61
logger.info(f"Pushing state: {s}")
62
0 commit comments