Community & Support
Learn
Marketplace
Menu
Menu
🎉Community Raffle - Win $25
An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win
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