Skip to main content
Solved

Save log with workspacerunner

  • October 20, 2023
  • 2 replies
  • 65 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

Hi,

 

I´m using workspacerunner for many process. I would like to see specifically ERROR in each process runned. How can I for save the log with this snipped for each process?

 

Thank´s

 

Best answer by takashi

Hi @mr_fme​ ,

You can publish LOG_FILE parameter in the sub workspace (see the screenshot), then pass unique log file path to each sub process through the WorkspaceRunner in the main workspace.

See the attached workspace examples.

Just be aware that the log folder must exist when you run the workspace.publich_log_file_parameter

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • Best Answer
  • October 22, 2023

Hi @mr_fme​ ,

You can publish LOG_FILE parameter in the sub workspace (see the screenshot), then pass unique log file path to each sub process through the WorkspaceRunner in the main workspace.

See the attached workspace examples.

Just be aware that the log folder must exist when you run the workspace.publich_log_file_parameter


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • October 25, 2023

Hi @mr_fme​ ,

You can publish LOG_FILE parameter in the sub workspace (see the screenshot), then pass unique log file path to each sub process through the WorkspaceRunner in the main workspace.

See the attached workspace examples.

Just be aware that the log folder must exist when you run the workspace.publich_log_file_parameter

Very Good @Takashi Iijima​ 

 

Thank´s a lot.