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?

This is all being done in ant scripts. If there is a console, I don’t see it. Is there a way to do it on the asadmin command line?

On Nov 7, 2019, at 3:17 PM, Steve Millidge (Payara) <steve.millidge@xxxxxxxxxxx> wrote:

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
_______________________________________________
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