Skip to content
Snippets Groups Projects
Commit 7f814e08 authored by Jameson Rollins's avatar Jameson Rollins
Browse files

test: handle lower case log spec

parent 30cc96d2
No related branches found
No related tags found
No related merge requests found
Pipeline #138878 passed
......@@ -17,7 +17,7 @@ from ..io import load_hdf5
logging.basicConfig(
format='%(message)s',
level=os.getenv('LOG_LEVEL', logging.INFO))
level=os.getenv('LOG_LEVEL', 'INFO').upper())
try:
import inspiral_range
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment