I need to make the error messages of logfiles output on fmeserver (after running a workbench) more "readable/helpful/shorter" and finally return it to an email sender.
As far as I see, there are the following options:
a) I could use the usual logfile (like on fme Workbench) and parse it somehow within a shutdown script of the workspace, handing the result over to the emailer (or trigger a notfication) - don't know the exact workflow on fmeserver, yet.
b) if I don't want to write python or tcl, I could probably use a job chain: running another workspace interpreting the logfile and sending out another email with interpretational text. This should be possible to be used directly by the emailer (within the workbench), right?
c) I could go for an automation on fmeserver and use those logfile-options there (don't find good hints on how to produce a good output, there).
Any hints what to go for? Are there any best practice examples available ?
Thanks for your help, Marion