Salut,
Mark Hig wrote:
> We can no longer turn off Grizzly reporting the details of the requests it is
> receiving:
>
> Setting SelectorThread.setDisplayConfiguration(false) still results in the
> following console output:
I don't think that method is responsible for the logs you are seeing :-)
Are you calling SelectorThread.setEnableNioLogging(true) somewhere in
your code?
A+
-- Jeanfrancois
>
> 16-Sep-2008 10:55:29 com.sun.grizzly.http.DefaultProcessorTask parseRequest
> INFO: SocketChannel request linejava.nio.channels.SocketChannel[connected
> local=/127.0.0.1:8080 remote=/127.0.0.1:3153] is: R( /TestBAL)
> 16-Sep-2008 10:55:29 com.sun.grizzly.http.DefaultProcessorTask parseRequest
> INFO: SocketChannel headersjava.nio.channels.SocketChannel[connected
> local=/127.0.0.1:8080 remote=/127.0.0.1:3153] are: === MimeHeaders ===
> content-type = text/xml
> authorization-signature =
> Dg5TOufW3v60t87CpBpmOujfxbdZTvkxeVMeDJPk/fK3/AcnfoStrr0vnPQ35n6FjWnaBp/KEcbrq7PABqRshcWV/5vzF/AnlHxTFk8etraCh3jaqGdmr4Bc1NloTc6JPAFWMx1ELetKCsA9JZSSMnRzcTKOdj6tXzVFIOIJXs8=
> reqmessageid = 165114-1-31-1610-171
> timeout = 600000
> retry = false
> user-agent = Jakarta Commons-HttpClient/3.1
> host = localhost:8080
> content-length = 82088
>
>