Ignore:
File:
1 edited

Legend:

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

    re4335ae ra0ed202  
    136136USING_TWISTED = True 
    137137 
     138# Logging levels to disable, if any 
     139DISABLE_LOGGING = logging.DEBUG 
     140 
    138141# Time out for updating sasview 
    139142UPDATE_TIMEOUT = 2 
    140143 
    141144# Logging levels to disable, if any 
    142 DISABLE_LOGGING = logging.NOTSET 
     145DISABLE_LOGGING = logging.DEBUG 
    143146 
    144147def printEVT(message): 
Note: See TracChangeset for help on using the changeset viewer.