From b4e32fbb18fe6cee11cbdde31e29dac404198a44 Mon Sep 17 00:00:00 2001 From: Mark Driver <mdd31@alumni.cam.ac.uk> Date: Fri, 3 Apr 2020 18:34:12 +0100 Subject: [PATCH] update to add comments for useful logging level updates. --- phasecalculator/phasecalculatorcli.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phasecalculator/phasecalculatorcli.py b/phasecalculator/phasecalculatorcli.py index d298363..59921aa 100755 --- a/phasecalculator/phasecalculatorcli.py +++ b/phasecalculator/phasecalculatorcli.py @@ -40,6 +40,9 @@ INFO_LOGGER.setLevel(logging.INFO) phasecrun.LOGGER.setLevel(logging.INFO) 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(): """Run function when program called. -- GitLab