Skip to content
Snippets Groups Projects
Commit 55d72eb7 authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Switch params to native logging

parent 09bcfb5d
Branches
Tags
1 merge request!10Move to gtk3 and new command protocol
......@@ -17,11 +17,13 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
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."""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment