Skip initialization message

_paul_
_paul_ New Altair Community Member
edited November 5 in Community Q&A
Hi,

when I start RapidMiner with "java -cp lib/rapidminer.jar:./ ..." I get the initialization debug message:

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...
Is there a way to skip this output?

Best,
Paul
Tagged:

Answers

  • land
    land New Altair Community Member
    Hi,
    if you want to surpress the messages, just insert
    			LogService.getGlobal().setVerbosityLevel(LogService.ERROR);
    before the  init call of rapid miner.

    Greetings,
      Sebastian