diff --git a/st2common/st2common/util/loader.py b/st2common/st2common/util/loader.py index 1c5a5a4b54..0901b84bab 100644 --- a/st2common/st2common/util/loader.py +++ b/st2common/st2common/util/loader.py @@ -26,12 +26,11 @@ import yaml from st2common.exceptions.plugins import IncompatiblePluginException -from st2common import log as logging - +# from st2common import LOG as logging +# TODO check logging.basicConfig in st2common/log.py __all__ = ["register_plugin", "register_plugin_class", "load_meta_file"] -LOG = logging.getLogger(__name__) PYTHON_EXTENSION = ".py" ALLOWED_EXTS = [".json", ".yaml", ".yml"]