initial upload
This commit is contained in:
5
test/testlagrit/logger.py
Normal file
5
test/testlagrit/logger.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import logging
|
||||
|
||||
# Configure the logger that will write test info to a file
|
||||
logging.basicConfig(filename='lagrit-tests.log', level=logging.DEBUG, format='%(levelname)s:%(message)s')
|
||||
log = logging.getLogger(__name__)
|
||||
Reference in New Issue
Block a user