Is there a way to configure FME Server/Flow, so that logs are automatically saved not only to standard .log file, but also to .json file (containing JSON formatted data)? It would be very helpful when it comes to further log information processing.
Best answer by damiobasa
Hi @zaneta.mark I reviewed this further and unfortunately, FME does not support an automatic conversion of the .log files to .JSON. It will only be available in the .log format upon download and there is currently no configuration that allows that conversion via FME.
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.
Hi @zaneta.mark FME Flow currently does not have the ability to automatically save files in .JSON format. However, the .log format should support most use cases that requires log processing. Please can you let me know what use case requires the .JSON file format for the log processing?
There is a need to preview and analyze FME logs in Azure Log Analytics workspace. To create custom table that will store those logs, they must be firstly converted to a JSON format. Once .log is converted to .json custom table can be easly feed with data.
Hi @zaneta.mark I reviewed this further and unfortunately, FME does not support an automatic conversion of the .log files to .JSON. It will only be available in the .log format upon download and there is currently no configuration that allows that conversion via FME.