Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] Viewing output to System.out?

Simplest thing for dev is to run

 

asadmin start-domain –debug –verbose

 

You should see output on the console. There is a setting somewhere in the admin console (sorry not in front of one) to redirect System.out if I remember correct.

 

Steve

 

From: glassfish-dev-bounces@xxxxxxxxxxx <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of Paul Stanley
Sent: 07 November 2019 19:44
To: glassfish-dev@xxxxxxxxxxx
Subject: Re: [glassfish-dev] Viewing output to System.out?

 

Glassfish logging is controlled by the logging.properties file in the glassfish/domains/domain1/config directory. Usually System.out is diverted to INFO level logging and should appear the server log file.

Cheers

Paul

On 7 Nov 2019, at 15:29, Russell Gold <russell.gold@xxxxxxxxxx> wrote:

I am trying to debug some problems with the Glassfish ORB running under Glassfish. I enabled some JDK-level logging, which writes to System.out, but Glassfish seems to hide it. How can I see such output?

Thanks,
Russ


glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/glassfish-dev

Back to the top