|
From: Fuechsel, A. <And...@at...> - 2004-07-23 08:01:08
|
Hi,=20
I set up my JBoss 3.2.2 with the wrapper_win32_3.1.1 and everything =
works
well except the logging. Running the JBoss.bat script everything works =
as
expected and I get all the JBoss loggings as configured in the =
configuration
file${jboss.home}/server/myserver/conf/log4j.xml.=20
But having JBoss now installed as a Windows service, the logging =
behaviour
is very strange:=20
The startup process is logged correctly both in wrapper.log and in
server.log from JBoss.=20
After the server has been started, nothing else is logged in both files =
(the
last line is the usual=20
INFO | jvm 1 | 2004/07/22 14:07:07 | 14:07:07,221 INFO [Server] =
JBoss
(MX MicroKernel) [3.2.2 (build: CVSTag=3DJBoss_3_2_2 =
date=3D200310182216)]
Started in 3m:49s:941ms
The shutdown process is logged again as usual.=20
Any ideas where the other logs are going to? This is my configuration:=20
wrapper.console.format=3DPM
wrapper.console.loglevel=3DINFO
wrapper.logfile=3D..\logs\wrapper.log
wrapper.logfile.format=3DLPTM
wrapper.logfile.loglevel=3DINFO
wrapper.logfile.maxsize=3D1m
wrapper.logfile.maxfiles=3D50
wrapper.syslog.loglevel=3DSTATUS
Thanks in advance.=20
Andr=E9
|