Changeset c3eb858 in sasview for src/sas/qtgui/Utilities


Ignore:
Timestamp:
Feb 28, 2018 2:04:16 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
fde5bcd
Parents:
135f544
Message:

Don't display DEBUG level messages in the log explorer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/LocalConfig.py

    r235d766 rc3eb858  
    44import time 
    55import os 
     6import logging 
    67 
    78#from sas.sasgui.guiframe.gui_style import GUIFRAME 
     
    135136USING_TWISTED = False 
    136137 
     138# Logging levels to disable, if any 
     139DISABLE_LOGGING = logging.DEBUG 
     140 
    137141# Time out for updating sasview 
    138142UPDATE_TIMEOUT = 2 
Note: See TracChangeset for help on using the changeset viewer.