diff --git a/dstat_interface/params.py b/dstat_interface/params.py index 9e2ae404b70de693b37c45d48c646c1033ef201b..80bf81614ce283ac00f2618064d0205f090ee264 100755 --- a/dstat_interface/params.py +++ b/dstat_interface/params.py @@ -17,11 +17,13 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +import logging import yaml -from errors import ErrorLogger, InputError -_logger = ErrorLogger(sender="dstat-interface-params") +from errors import InputError + +logger = logging.getLogger('dstat.params') def get_params(window): """Fetches and returns dict of all parameters for saving."""