pavel-avilov commented on a change in pull request #16515:
URL: https://github.com/apache/beam/pull/16515#discussion_r786101435
##########
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:
`pylint` says that this line is too long (82 symbols), so I removed 2
spaces
--
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]