Skip to content

Commit

Permalink
set log level on error, not apocalyptic
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Mar 25, 2014
1 parent f747e38 commit 83b844a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/easyconfigs/suite.py
Expand Up @@ -43,7 +43,7 @@

# disable all logging to significantly speed up tests
fancylogger.disableDefaultHandlers()
fancylogger.setLogLevel('APOCALYPTIC')
fancylogger.setLogLevelError()

os.environ['EASYBUILD_TMP_LOGDIR'] = tempfile.mkdtemp(prefix='easyconfigs_test_')

Expand Down

0 comments on commit 83b844a

Please sign in to comment.