Solved

Write FME server logfile to database

  • 11 July 2016
  • 1 reply
  • 4 views

Badge +2

The logfiles for FME-server are put in the following location: ...\\Logs\\engine\\current\\jobs\\

Would it be possible to write the logfiles to a database (SQLserver, Postgres) instead.

icon

Best answer by erik_jan 11 July 2016, 17:38

View original

1 reply

Userlevel 2
Badge +16

As far as I know the log information shown in the FME server Job pages is written to the FME Server database.

You can access that database (default postgres) by a FME workspace and write the information to any format you want.

You can also use the FME Workbench text reader to read the log file and write the text lines to a database if that is what you need.

Reply