• Topic
  • Discussion
  • VirtuosoWikiWeb.SparqlEndpointTracing(Last) -- Owiki? , 2016-08-19 15:01:34 Edit owiki 2016-08-19 15:01:34

    Logging & Tracing

    /sparql endpoint tracing

    You can use the following development call to trace against the /sparql endpoint:

    registry_set ('__sparql_endpoint_debug', '1')
    


    This call traces all SPARQL queries cached or not. The Virtuoso server has to be started in foreground mode for this to work as it is written to stderr. So you
    would start the server with a command of the form:

    virtuoso-t -f -c <virtuoso-config-file>
    

    Referenced by...