Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleLogging

Logging of all API requests and reponses can be enabled by added the apilogfile config item in the database:

Code Block
languagesql
insert into config (component, setting, value) values ('core', 'apilogfile', '<writeable_path>/api.log');

Logging is only suggested for development servers as it will chew through your disk space.

Info

From Rogo 6.4.0 this setting can be is set in teh the configuration screen - Adminstration Tools > Configuration


...