hjtran commented on code in PR #30782:
URL: https://github.com/apache/beam/pull/30782#discussion_r1554175807
##########
sdks/python/apache_beam/runners/worker/statecache.py:
##########
@@ -231,7 +231,7 @@ class StateCache(object):
"""
def __init__(self, max_weight):
# type: (int) -> None
- _LOGGER.info('Creating state cache with size %s', max_weight)
+ _LOGGER.debug('Creating state cache with size %s', max_weight)
Review Comment:
Reverted this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]