Skip to main content
Solved

Job log settings

  • March 8, 2021
  • 2 replies
  • 121 views

jeroen
Contributor
Forum|alt.badge.img+15

I was wondering if the FME Server adopts the settings of your workbench or workspace when it comes to logging (Tools -> FME Options -> Translation -> Log message filter) or does FME Server have an own setting for this? I know there is a workspace parameter -> Logging with a few settings (max Features to log, max logged features to record and log file) that is workspace specific.

 

I'm asking this because i'm making a final package for release and one of the steps in the release guide for this customer is "In FME desktop, set the logging of the FME workspaces to only 'WARNING' and 'BUGS'." what i think would be a unnecessary step to perform, cause i dont think this would have any effect on the server. Or i'm i mistaken?

 

 

Best answer by richardatsafe

Hi @jeroen​ ,

 

Yes, the logging settings that are applied when the workspace is published to FME Server are still in effect when run on FME Server.

 

Additionally FME Sever does have a debug_level that you can set for other logs.

https://docs.safe.com/fme/html/FME_Server_Documentation/ReferenceManual/message_logger_properties.htm

 

 

 

 

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

richardatsafe
Safer
Forum|alt.badge.img+10
  • Safer
  • 217 replies
  • Best Answer
  • March 8, 2021

Hi @jeroen​ ,

 

Yes, the logging settings that are applied when the workspace is published to FME Server are still in effect when run on FME Server.

 

Additionally FME Sever does have a debug_level that you can set for other logs.

https://docs.safe.com/fme/html/FME_Server_Documentation/ReferenceManual/message_logger_properties.htm

 

 

 

 


jeroen
Contributor
Forum|alt.badge.img+15
  • Author
  • Contributor
  • 97 replies
  • March 9, 2021

Hi @jeroen​ ,

 

Yes, the logging settings that are applied when the workspace is published to FME Server are still in effect when run on FME Server.

 

Additionally FME Sever does have a debug_level that you can set for other logs.

https://docs.safe.com/fme/html/FME_Server_Documentation/ReferenceManual/message_logger_properties.htm

 

 

 

 

Thank you for your reaction, i tried it with a local install this morning and it indeed kept te settings. Would be nice to have the idea below implemented.

 

https://community.safe.com/s/idea/0874Q000000TlnEQAS/detail

 

I prefer to keep the production server as untouched as possible and a radio button/checkboxes on the server (similar to user rights) would be ideal where you can set logging on/off at all the different levels (debug/warn/error ect) for the whole server or just a workspace where you need some information from.