diff --git a/plugins/template/template.py b/plugins/template/template.py index b7db7d8..d2dc896 100644 --- a/plugins/template/template.py +++ b/plugins/template/template.py @@ -34,11 +34,11 @@ def run(typ,freq,data): logging.exception("cannot read config file") if typ == "FMS": - logging.debug(typ + " not supported") + logging.warning(typ + " not supported") elif typ == "ZVEI": - logging.debug(typ + " not supported") + logging.warning(typ + " not supported") elif typ == "POC": - logging.debug(typ + " not supported") + logging.warning(typ + " not supported") else: logging.warning(typ + " not supported")