Skip to content

Commit

Permalink
correctly enable debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed May 15, 2013
1 parent e75ddf1 commit 2375374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/easyconfigs/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
fd, log_fn = tempfile.mkstemp(prefix='easybuild-easyconfigs-tests-', suffix='.log')
os.close(fd)
fancylogger.logToFile(log_fn)
log = fancylogger.getLogger()
log = fancylogger.getLogger(fname=False)
log.setLevelName('DEBUG')

# call suite() for each module and then run them all
Expand Down

0 comments on commit 2375374

Please sign in to comment.