Skip to main content
Solved

FME Server custom log file location

  • October 10, 2017
  • 3 replies
  • 204 views

nic_ran
Contributor
Forum|alt.badge.img+16

We are seeing an increasing number of clients wishing to manage log files using a central log collection and monitoring system. By default, FME Server stores all log files in the system share directory structure but this also contains repository information, etc.

I would like to move just the log files (not the whole system share) to another location. Has anyone done this? It looks like it should be possible by editing a few settings in the fmeServerConfig.txt file but it's probably not recommended...

Bonus question: how nicely would these changes play with a fault tolerant (Active-Passive) architecture?

Best answer by jlutherthomas

hi @nic_ran

I definitely do not recommend editing the configuration files to change the log file location. This is specified at install and cannot be changed. Our documentation references this here: https://docs.safe.com/fme/html/FME_Server_Documentation/Content/ReferenceManual/About_Log_Files.htm

You could maybe set something up that could copy those logs into a desired location, so FME server could still access it and it'd be in a desired location for other uses.

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.

3 replies

Forum|alt.badge.img+2
  • Best Answer
  • October 10, 2017

hi @nic_ran

I definitely do not recommend editing the configuration files to change the log file location. This is specified at install and cannot be changed. Our documentation references this here: https://docs.safe.com/fme/html/FME_Server_Documentation/Content/ReferenceManual/About_Log_Files.htm

You could maybe set something up that could copy those logs into a desired location, so FME server could still access it and it'd be in a desired location for other uses.


david_r
Celebrity
  • October 10, 2017

hi @nic_ran

I definitely do not recommend editing the configuration files to change the log file location. This is specified at install and cannot be changed. Our documentation references this here: https://docs.safe.com/fme/html/FME_Server_Documentation/Content/ReferenceManual/About_Log_Files.htm

You could maybe set something up that could copy those logs into a desired location, so FME server could still access it and it'd be in a desired location for other uses.

I agree, I once inherited an old FME Server installation where they'd done just this and it was always such a pain. It was a major relief when we redid their architecture and stuck to the default settings.

nic_ran
Contributor
Forum|alt.badge.img+16
  • Author
  • Contributor
  • October 10, 2017

hi @nic_ran

I definitely do not recommend editing the configuration files to change the log file location. This is specified at install and cannot be changed. Our documentation references this here: https://docs.safe.com/fme/html/FME_Server_Documentation/Content/ReferenceManual/About_Log_Files.htm

You could maybe set something up that could copy those logs into a desired location, so FME server could still access it and it'd be in a desired location for other uses.

Hi @jlutherthomas,

 

thanks for your response. I had read the relevant section of the documentation and already understood that it was not recommended. :)

 

Perhaps this could be considered as a future enhancement for FME Server? I'll post it up on the ideas board.

 

Nic