From 87b78f9b669c772ab95c601f099898869d9a4a34 Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Tue, 14 Apr 2015 15:13:10 +0000
Subject: [PATCH] SSDM-1728: YeastLab Data Curation - Report

SVN: 33832
---
 .../1/dss/drop-boxes/stellingconsistency/consistency.py         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingconsistency/consistency.py b/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingconsistency/consistency.py
index 2d0ea7e0051..204ecc96c80 100644
--- a/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingconsistency/consistency.py
+++ b/plasmid/source/core-plugins/stellingmigration/1/dss/drop-boxes/stellingconsistency/consistency.py
@@ -9,7 +9,7 @@ import xml.etree.ElementTree as ET
 ##
 
 sampleTypesToVerify = ["YEAST","POMBE"];
-logLevelsToPrint = ["ERROR", "REPORT", "MANUAL-FIX", "AUTO-FIX-2"];
+logLevelsToPrint = ["ERROR", "REPORT", "MANUAL-FIX", "AUTO-FIX-2"]; #INFO not included, use it for debug only
 
 ##
 ## Logging
-- 
GitLab