KhaninArtur commented on a change in pull request #16515:
URL: https://github.com/apache/beam/pull/16515#discussion_r784646242



##########
File path: playground/infrastructure/logger.py
##########
@@ -33,7 +33,7 @@ def setup_logger():
   log = logging.getLogger()
   log.setLevel(logging.INFO)
   formatter = logging.Formatter(
-      '[%(asctime)s] %(levelname)s [%(name)s.%(funcName)s:%(lineno)d] 
%(message)s'
+    '[%(asctime)s] %(levelname)s [%(name)s.%(funcName)s:%(lineno)d] 
%(message)s'

Review comment:
       I think, according to the style guide, this line should have an 
indentation with 4 spaces, as it was before. Could you double-check it, please?




-- 
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]


Reply via email to