OpenLog - Response: Functionality enhancement in release 0.92
As of version 0.92 of the database, the logging functionality has been enhanced to provide greater flexibility on which database you'll be logging to.
Agents or scripts that are being run on a server-based database from a local workstation will now attempt to log errors and events to the server that the database is on instead of the local workstation by default (because that's what people seemed to expect). You can also override or modify the logging behavior with much more granularity using the public boolean useServerLogWhenLocal and logToCurrentDatabase variables, and the UseCustomLogDb function/method
- Julian
Documents