Skip to main content
Solved

Edit log filters in FME Flow

  • March 25, 2025
  • 4 replies
  • 68 views

_jacques_
Supporter
Forum|alt.badge.img+18

Hi, 

every day I monitor hundreds of jobs on an instance of FME Flow. Whenever an error occurs, I look in the log file of that job to figure out what went wrong. Now the problem is that sometimes that log file is empty, or only consists of a few warnings. I found out that it is related to which log-filters was configured when the workspace was uploaded to FME Flow. 

Is there any way to change the global log-filters on FME Flow, to make sure every workspace uses the same filter?

 

Best regards,

Jacques

Best answer by ebygomm

What version of Flow are you using?

 

Log settings are no longer embedded in the workspaces (from 2024 onwards I think). But workspaces that have embedded settings still use these if they’ve been migrated from an earlier instance of Flow, and changing the settings on Flow does not override this.

e.g. If a workspace was uploaded with debug logging enabled, it still runs with debug logging even if debug logging is turned off on Flow under the advanced parameters

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.

4 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3434 replies
  • Best Answer
  • March 25, 2025

What version of Flow are you using?

 

Log settings are no longer embedded in the workspaces (from 2024 onwards I think). But workspaces that have embedded settings still use these if they’ve been migrated from an earlier instance of Flow, and changing the settings on Flow does not override this.

e.g. If a workspace was uploaded with debug logging enabled, it still runs with debug logging even if debug logging is turned off on Flow under the advanced parameters


_jacques_
Supporter
Forum|alt.badge.img+18
  • Author
  • Supporter
  • 40 replies
  • March 25, 2025

What version of Flow are you using?

We are running in 2023.1.2. 

 

Log settings are no longer embedded in the workspaces (from 2024 onwards I think). But workspaces that have embedded settings still use these if they’ve been migrated from an earlier instance of Flow, and changing the settings on Flow does not override this.

Okay, this was great information. We are about to upgrade to 2025 later this year which might solve my problems then. 


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3434 replies
  • March 25, 2025

If you just migrate your workspaces, then the debug logging will still be embedded. You would have to reupload from Form to remove that I think.

 

But going forward, new workspaces uploaded to flow won’t have these set.


_jacques_
Supporter
Forum|alt.badge.img+18
  • Author
  • Supporter
  • 40 replies
  • March 25, 2025

@ebygomm 

Thanks!