Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Here are some option settings, with explanations.

Code Block
#developerdeveloper.loggingRDFService.enable=true

...

Code Block
developer.loggingRDFService.enable = true
developer.loggingRDFService.stackTrace = true
developer.loggingRDFService.restriction = SparqlQueryDataGetter

The logging RDF Service is enabled. Queries will be logged only if one (or more) of the classes in the stack trace contains the pattern SparqlQueryDataGetter.

...

The logging RDF Service is enabled. Queries will be logged, with stack traces, only if one (or more) of the classes in the stack trace contains either SparqlQueryDataGetter or freemarker.template.

...