Hello.
Is it possible to change the name of the logfile a workbench writes by using a workbench in batchmode?
Regards Eduard
Hello.
Is it possible to change the name of the logfile a workbench writes by using a workbench in batchmode?
Regards Eduard
Best answer by takashi
Hi @walgram, you can specify a log file path in the command line with an option argument called LOG_FILENAME. e.g.
"C:\Program Files\FME\fme.exe" "C:\workspaces\myworkspace.fmw" --SourceDataset "C:\source\data.ext" --DestDataset "C:\output" LOG_FILENAME "C:\log\test.log"Alternatively, you can create a user parameter linking to the Log File parameter in the Navigator window and then specify your desired log file path in the command line through the parameter.

No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.