Community & Support
Learn
Marketplace
Menu
Menu
Home
›
Discussions
›
Community Q&A
"Disabling rapidminer initialization outputs in java console"
ml_guy
New Altair Community Member
Nov 11, 2009
Updated
Nov 5, 2024
by
Jocelyn
How to disable all the initialization and warnings using rapidminer java API?
I would like to let my program show ONLY the outputs written in my code via System.out.println() calls.
Find more posts tagged with
AI Studio
Java
All Replies
Sort by:
Sort by
Oldest
▾
1 - 2 of 2
↑
1
↑
land
New Altair Community Member
Nov 12, 2009
Hi,
you could increase the verbosity level of the global logger:
LogService.getGlobal().setVerbosityLevel(LogService.ERROR);
RapidMiner.init();
Greetings,
Sebastian
ml_guy
New Altair Community Member
OP
Nov 12, 2009
Thanks Sabestian.
You rocks...
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
日本語 (Japanese)
한국어(Korean)
you could increase the verbosity level of the global logger: Greetings,
Sebastian