Changeset fc22533 in sasview
- Timestamp:
- Apr 9, 2017 4:49:37 AM (8 years ago)
- Branches:
- master, 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, costrafo411, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 0719c8c
- Parents:
- 64ff687
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
run.py
r64ff687 rfc22533 24 24 25 25 try: 26 # running from a local computer as developer 26 27 from sasview.logger_config import SetupLogger 27 28 except ImportError: -
sasview/logging.ini
r38beeab rfc22533 16 16 17 17 [formatter_detailed] 18 format=%(asctime)s : %(levelname)s : %(name)s: %(lineno)d: %(message)s 18 #format=%(asctime)s : %(levelname)s : %(name)s: %(lineno)d: %(message)s 19 format=%(asctime)s : %(levelname)s : %(name)s (%(filename)s:%(lineno)s) :: %(message)s 19 20 20 21 ###############################################################################
Note: See TracChangeset
for help on using the changeset viewer.