 |
|
 |
 |
|
 |
 |
| Author |
Message |
|
|
Post subject: Configure glassfish log-level
Posted: Sep 06, 2008 - 11:37 AM
|
|

Joined: Jan 09, 2007
Posts: 1
|
|
Hi,
I'm using a Glassfish 2ur2 server with MyEclipse 6.5 on a Mac and deployed a web/EJB3 application. Everything works fine so far.
To log different things I use java.util.logging. If I start the server from the terminal with "./asadmin start-domain domain1" the logging output is appended to the server.log file and can be looked up in the glassfish admin console. I get all log messages I want to this way. If I start the server from (My)Eclipse no log is written to the server.log, but to the console view in eclipse - which is absolutely ok. My problem is that the log-level is set to INFO by default and I can't find a setting where I can change it. Changing the log-level within the glassfish admin console has no effect.
How can I set the glassfish log-level e.g. to FINER in the eclipse console?
Thanks for your help,
Achim |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Configure glassfish log-level
Posted: Sep 09, 2008 - 03:19 PM
|
|
Moderator


Joined: Mar 31, 2004
Posts: 1502
|
|
Achim,
Have you tried modifiying the log levels in the domain.xml file manually in your domain1\config directory ? |
_________________ Greg
MyEclipse Support
|
| |
|
|
|
 |
|
|
| |
|
|
 |
|
 |
|
|
|
 |