Skip to content

Commit

Permalink
changed logging file location
Browse files Browse the repository at this point in the history
  • Loading branch information
klytje committed Jan 18, 2024
1 parent cc09ed0 commit 8d8e4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utest_sasview.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import logging
import logging.config
LOGGER_CONFIG_FILE = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'system', 'log.ini')
LOGGER_CONFIG_FILE = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'logging.ini')
logging.config.fileConfig(LOGGER_CONFIG_FILE)
logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 8d8e4ca

Please sign in to comment.