Skip initialization message
_paul_
New Altair Community Member
Hi,
when I start RapidMiner with "java -cp lib/rapidminer.jar:./ ..." I get the initialization debug message:
Best,
Paul
when I start RapidMiner with "java -cp lib/rapidminer.jar:./ ..." I get the initialization debug message:
Is there a way to skip this output?
G Jun 22, 2009 11:38:15 AM: Property rapidminer.home is not set. Guessing.
G Jun 22, 2009 11:38:15 AM: Trying parent directory of YYY/../lib/rapidminer.jar'...gotcha!
G Jun 22, 2009 11:38:15 AM: Trying base directory of classes (build) 'YYY'...gotcha!
G Jun 22, 2009 11:38:15 AM: ----------------------------------------------------
G Jun 22, 2009 11:38:15 AM: Initialization Settings
G Jun 22, 2009 11:38:15 AM: ----------------------------------------------------
G Jun 22, 2009 11:38:15 AM: Default system encoding for IO: US-ASCII
G Jun 22, 2009 11:38:15 AM: Load core operators...
Best,
Paul
Tagged:
0
Answers
-
Hi,
if you want to surpress the messages, just insertLogService.getGlobal().setVerbosityLevel(LogService.ERROR);
before the init call of rapid miner.
Greetings,
Sebastian
0