had forgotten to disable local logging
This commit is contained in:
		
							parent
							
								
									e9367f62fa
								
							
						
					
					
						commit
						9c5e4b56d8
					
				| @ -70,7 +70,7 @@ public class SentimentAnalyzerTest { | ||||
|     private final Annotation pipelineAnnotation2Sentiment; | ||||
|     private final CoreDocument pipelineCoreDcoument1; | ||||
|     private final CoreDocument pipelineCoreDcoument2; | ||||
|     private Logger logger = Logger.getLogger("autismlog"); | ||||
|     //private Logger logger = Logger.getLogger("autismlog"); | ||||
|     private FileHandler fh; | ||||
| 
 | ||||
|     public Integer getTokenizeCounting() { | ||||
| @ -2363,6 +2363,7 @@ public class SentimentAnalyzerTest { | ||||
| 
 | ||||
|     public SimilarityMatrix callSMX() { | ||||
|         Double score = -100.0; | ||||
|         /* | ||||
|         try { | ||||
|             fh = new FileHandler("E:/stationær backup filer/Projects/ArtificialAutism/logs/autismlog.log"); | ||||
|             logger.addHandler(fh); | ||||
| @ -2373,6 +2374,7 @@ public class SentimentAnalyzerTest { | ||||
|         } catch (IOException e) { | ||||
|             e.printStackTrace(); | ||||
|         } | ||||
|         */ | ||||
|         //logger.info("Sent1: " + str); | ||||
|         //logger.info("Sent2: " + str1); | ||||
|         int counter1; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user