The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Integrated RM and Logging
Hi,
I have successfully integrated RM into my own java application. It's just a little wrapper for a document matching and I was wondering if it's possible to completely disable the logging output? I have already "LogService.getGlobal().setVerbosityLevel(LogService.OFF);" in the first line of my code, startup-output is minimized but there are still outputs while running a process. The documentation in the wiki seems to be out of date.
Here is some sample output:
Thanks,
Harald
I have successfully integrated RM into my own java application. It's just a little wrapper for a document matching and I was wondering if it's possible to completely disable the logging output? I have already "LogService.getGlobal().setVerbosityLevel(LogService.OFF);" in the first line of my code, startup-output is minimized but there are still outputs while running a process. The documentation in the wiki seems to be out of date.
Here is some sample output:
Can you please give me advice?
2010-03-02 14:52:04 INFO: Property rapidminer.home is not set. Guessing. (Launcher.ensureRapidMinerHomeSet())
2010-03-02 14:52:04 INFO: Trying parent directory of '/home/harald/install/rapidminer/lib/rapidminer.jar'...gotcha! (Launcher.ensureRapidMinerHomeSet())
2010-03-02 14:52:04 INFO: Trying parent directory of '/home/harald/install/rapidminer/lib/launcher.jar'...gotcha! (Launcher.ensureRapidMinerHomeSet())
[?] Bitte geben sie den Text ein: Zwei Seelen in meiner Brust, eine die hacklt eine die lunzt.
2010-03-02 14:52:20 INFO: No filename given for result file, using stdout for logging results! (WrapperLoggingHandler.log())
2010-03-02 14:52:20 INFO: Loading initial data. (Process.loadInitialData())
2010-03-02 14:52:20 INFO: Process starts (Process.run())
Das Ergebnis ist: faust
Übereinstimmung: Goethe's Faust: 50.537324% Max und Moritz: 20.232612% Hamlet: 29.230065%
[?] Bitte geben sie den Text ein: 2010-03-02 14:52:23 INFO: Saving results. (Process.saveResults())
2010-03-02 14:52:23 INFO: Process finished successfully after 2 s (Process.run())
Thanks,
Harald
0
Answers
there's a parameter in the process root operator, where you can switch of the process logging.
And unfortunately I have to say this, but please be aware that your program must be AGPL3 if you integrated RapidMiner.
Greetings,
Sebastian