Logging on the rapidminer server

User: "Artm"
New Altair Community Member
Updated by Jocelyn
Just playing around as a newbie with the rapidminer server.
I have some questions on logging.

When I run a process on the sever, I get less logging then when running locally.

For instance : 
When I run a process with an exeute script step, I do not see any operator.getLog().log("whatever") entries.
Also when using the Print to Console operator, I do not see any of those results in the Log.

Any thoughts about this ?

I was also wondering about how to configure a relative path in the process attrbitue  (logfile).
And then specifically, relative to the process definition location.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "mmichel"
    New Altair Community Member
    Accepted Answer
    Hi Artm,

    have you tried using 
    operator.getLogger().info("foo")

    This will re-use the logger of the process instead of creating a new one.


    Cheers

    Marcel