Kaitee,
On Thu, 30 Mar 2006, Kaitee Fleck wrote:
> Here's a sample of the lines in my server.log file. I'm placing an empty
> line in between each in case the formatting forces the lines to break.
>
> 2006-03-29 11:51:36,420 DEBUG
> [org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory]
> Using properties: {user=testuser, password=--hidden--}
Are you sure you are looking at the right file? On our JBoss setup, the
server.log only contains "debugging" style output, which is what yours
also appears to be. The HTTP request log is separate; I found this in a
file called jboss-service.xml ...
<!-- =============================================================== -->
<!-- Configure the Request Log -->
<!-- =============================================================== -->
<Set name="RequestLog">
<New class="org.mortbay.http.NCSARequestLog">
<Arg>
<SystemProperty name="jboss.server.home.dir"/>
<SystemProperty name="jetty.log" default="/log"/>
/yyyy_mm_dd.request.log
</Arg>
[...]
and we end up with a file called 2006_03_31.request.log
Disclaimer: I only run the thing; I have no idea whether that is the right
way to configure it!! However, we do end up with a log which looks much
like a standard webserver log.
[...]
> I'm having problems with analog reading a jboss server log. I think
> the issue has something to do with the combined logs format of the
> server.log file. Not all of the lines appear to be in the same
> format because all the logging of everything is in this one file.
> Does anyone know how to get analog to recognize this file? Or does
> anyone have any experience changing the logging(log4j.xml) to log
> only the access records to a new log. Thanks in advance to anyone
> who can help.
[...]
HTH,
Richard
+------------------------------------------------------------------------
| TO UNSUBSCRIBE from this list:
| http://lists.meer.net/mailman/listinfo/analog-help
|
| Analog Documentation: http://analog.cx/docs/Readme.html
| List archives: http://www.analog.cx/docs/mailing.html#listarchives
| Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------