diff --git a/phasecalculator/phasecalculatorcli.py b/phasecalculator/phasecalculatorcli.py index d298363b6df0911a152a2e69cab52ec548c12d5c..59921aaa85264e0b941f857982a3e0735fab0a6e 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.