executor log file

Dear Ladies and Gentlemen,

on the knime server web interface one can download the Executor log file. Where is this file located on the server?

This log file seems to contain information about the last seven days. How can I change how many days are retained?

In advance I thank for your help,
sincerely

Hello @florblei,

and welcome to KNIME Community!

According to documentation executor log is probably here:
<executor-workspace>/.metadata/knime/knime.log

Check this link for more info:
https://docs.knime.com/latest/server_admin_guide/index.html#log-files

In it you’ll also find how to increase log file size.

Br,
Ivan

1 Like

Hello @florblei ,

You can also add this line to your executor.epf (or other .epf files) so that the workflow/job “log” will also be saved within the job itself.

/instance/org.knime.workbench.core/logging.logfile.location=true

This is another way of saving the log files to a different location, and you can then also go back to just the workflow/job folder to find the log for that specific job.

Thanks,
Zack

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.