This is an automated email from the ASF dual-hosted git repository.

goenka pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a8b276  Reduce the verbosity of local_job_service_main
     new 0301cda  Merge pull request #9813 from udim/portability-less-logging
5a8b276 is described below

commit 5a8b2764f72f30d8c8301ad591a80df4a362d2fc
Author: Udi Meiri <eh...@google.com>
AuthorDate: Wed Oct 16 17:28:10 2019 -0700

    Reduce the verbosity of local_job_service_main
    
    Since the logs are coming from a subprocess, they are not caught by
    nose.
    
    This has been inflating the test logs on Jenkins, making them very
    sluggish to view on a browser.
---
 sdks/python/apache_beam/runners/portability/local_job_service_main.py | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/sdks/python/apache_beam/runners/portability/local_job_service_main.py 
b/sdks/python/apache_beam/runners/portability/local_job_service_main.py
index 4563769..70a33ff 100644
--- a/sdks/python/apache_beam/runners/portability/local_job_service_main.py
+++ b/sdks/python/apache_beam/runners/portability/local_job_service_main.py
@@ -45,5 +45,4 @@ def run(argv):
 
 
 if __name__ == '__main__':
-  logging.getLogger().setLevel(logging.INFO)
   run(sys.argv)

Reply via email to