Maybe usw the various Log Levels and let the configuration of SLF4J handle it.
For instance line 151 of SPARQL_ServletBase has:
if ( response.message == null )
serverlog.info(String.format("[%d] %d %s", id, response.statusCode,
HttpSC.getMessage(response.statusCode))) ;
else
serverlog.info(String.format("[%d] %d %s", id, response.statusCode,
response.message)) ;
Is response.message what I'm looking for here? serverlog.trace() might be a
better level for that if it fills logs. I know you have to set the verbose
flag
in order to get these messages in the first place. So maybe its good as it is.
Tim
----- Original Message ----
> From: Andy Seaborne <[email protected]>
> To: [email protected]
> Sent: Thu, May 19, 2011 1:05:49 AM
> Subject: Re: Fuseki server log
>
> No, not currently.
>
> I get them by poking the server with curl or wget.
>
> Another way of traffic watching would work.
>
> It might be useful to add the feature in some way but flooding the log
> file might not be the best way of doing it. Maybe writing to a
> directory or some such mechanism
>
> I can see a config file coming on.
>
> Andy
>
> On 18/05/11 18:46, Tim Harsch wrote:
> > Is there a way to get Fuseki to spit out response message? I want to see
>the
> > full text of the XML or JSON SPARQL result.
> >
> > Thanks,
> > Tim
> >
>