This is an automated email from the ASF dual-hosted git repository.
eamonford pushed a commit to branch async-history
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git
The following commit(s) were added to refs/heads/async-history by this push:
new e5d14ec revert
e5d14ec is described below
commit e5d14ec9018ae519e07f188cdd22cfaab1e725f8
Author: Eamon Ford <[email protected]>
AuthorDate: Mon Aug 10 20:37:36 2020 -0700
revert
---
config_operator/config_operator/main.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/config_operator/config_operator/main.py
b/config_operator/config_operator/main.py
index 1df9cf6..fbbbe6b 100644
--- a/config_operator/config_operator/main.py
+++ b/config_operator/config_operator/main.py
@@ -4,7 +4,6 @@ import kopf
from config_operator.config_source import RemoteGitConfig, LocalDirConfig
from config_operator.k8s import K8sConfigMap
-
logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)