Richard Kasperowski wrote:
> Thanks, that's what I wanted.
>
> Others should note that the SQL stuff is logged in "server.log", and
> doesn't show up in stdout.
>
That's a difference in logging threshold levels between the two - the
file based log has DEBUG threshold and the stdout has INFO
Thanks, that's what I wanted.
Others should note that the SQL stuff is logged in "server.log", and
doesn't show up in stdout.
--
Richard Kasperowski (mailto:[EMAIL PROTECTED])
Tel: 617-576-1552, Fax: 617-576-2441
http://www.altisimo.com/
danch (Dan Christopherson) wrote:
> You should be ab
You should be able to see this if you put 'true' in
jaws.xml or standardjaws.xml. This will come out at DEBUG level, though,
so make sure that you have one of your logs (log4j.properties in recent
versions, the logger MBean setups in jboss.conf in older) set to output
DEBUG level and above.
R