FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit b4e32fbb authored by Mark Driver's avatar Mark Driver
Browse files

update to add comments for useful logging level updates.

parent a8b89a4a
No related branches found
No related tags found
No related merge requests found
Pipeline #26681 failed
...@@ -40,6 +40,9 @@ INFO_LOGGER.setLevel(logging.INFO) ...@@ -40,6 +40,9 @@ INFO_LOGGER.setLevel(logging.INFO)
phasecrun.LOGGER.setLevel(logging.INFO) phasecrun.LOGGER.setLevel(logging.INFO)
phasecrun.phasexmlrun.LOGGER.setLevel(logging.DEBUG) phasecrun.phasexmlrun.LOGGER.setLevel(logging.DEBUG)
# phasecrun.fgiprun.fgipanalysis.solvmapgen.LOGGER.setLevel(logging.DEBUG)
# phasecrun.fgiprun.fgipanalysis.solvmapgen.fractionaloccupancycalculator.LOGGER.setLevel(logging.DEBUG)
def main(): def main():
"""Run function when program called. """Run function when program called.
......
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