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