Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Skip initialization message

_paul__paul_ Member Posts: 14 Contributor II
edited November 2018 in Help
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

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    if you want to surpress the messages, just insert
    			LogService.getGlobal().setVerbosityLevel(LogService.ERROR);
    before the  init call of rapid miner.

    Greetings,
      Sebastian
Sign In or Register to comment.