This is an automated email from the ASF dual-hosted git repository. lfrolov pushed a commit to branch DATALAB-2409 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 26ff7d1ef675019ba5c02cbbe48540e2a183e20e Author: leonidfrolov <[email protected]> AuthorDate: Fri Oct 15 10:55:34 2021 +0300 [DATALAB-2409]: removed logging warnings --- infrastructure-provisioning/src/general/lib/os/logger.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure-provisioning/src/general/lib/os/logger.py b/infrastructure-provisioning/src/general/lib/os/logger.py index 1f5f1a6..ceb04bc 100644 --- a/infrastructure-provisioning/src/general/lib/os/logger.py +++ b/infrastructure-provisioning/src/general/lib/os/logger.py @@ -30,4 +30,5 @@ logging.basicConfig(format='%(levelname)-8s [%(asctime)s] %(message)s', filemode='a') console = logging.StreamHandler() console.setLevel(logging.INFO) -logging.getLogger('').addHandler(console) \ No newline at end of file +logging.getLogger('').addHandler(console) +logging.getLogger('googleapiclient.discovery_cache').setLevel(logging.ERROR) \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
