FDO PostGIS Provider - question about the two versions Logged and not Logged FdoPg33

3 messages Options
Embed this post
Permalink
Astrid Emde (WhereGroup)

FDO PostGIS Provider - question about the two versions Logged and not Logged FdoPg33

Reply Threaded More More options
Print post
Permalink
Hello devs,

I have a question about the two different versions of FdoPg 3.3:
* Not Logged FdoPg33.zip
* Logged FdoPg33L.zip
see http://www.geomapgis.com/web/geomap-group/fdo/index.html

> 2. The "Logged" version creates a log of the operations.
> The "notLogged" doesn't.

Where does the Logged Version logs the operations and how can I use these
logs? I don't get the difference between the two versions yet.

Best regards

Astrid


_______________________________________________
fdo-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fdo-users
Bruno Scott

Re: FDO PostGIS Provider - question about the two versions Logged and not Logged FdoPg33

Reply Threaded More More options
Print post
Permalink
The log files reside in the same directory as the main process who make calls to FDO.
For instance, if it is MapGuide, the log file will be the mgserver.exe directory.

The log are very usefull for debugging or for tuning database.
All the internal sql query are logged.

Bruno
Bruno Scott

Re: FDO PostGIS Provider - question about the two versions Logged and not Logged FdoPg33

Reply Threaded More More options
Print post
Permalink
In reply to this post by Astrid Emde (WhereGroup)
The log files reside in the same directory as the main process who make calls to FDO.
For instance, if it is MapGuide, the log file will be the mgserver.exe directory.

The log are very usefull for debugging or for tuning database.
All the internal sql query are logged.

Bruno