Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » PerformanceMonitor Log output when used in Payara(PerformanceMonitor Log output when used in Payara)
PerformanceMonitor Log output when used in Payara [message #1837324] Wed, 27 January 2021 14:17
Eclipse UserFriend
Hi,

I'm using eclipselink in payara where all logging is going to stdout.

I activated the PerformanceMonitor by setting the following property in the persistence.xml

<property name="eclipselink.profiler" value="PerformanceMonitor"/>

I could not see any logging so I debugged and found that log is written to System.out.

AbstractSessionLog:

this.writer = new PrintWriter(System.out);

But I don't see any logging in the console output.

gr. Hans
Previous Topic:Automatic entity validation for Container Constaints, doesn't work
Next Topic:Session-specific eclipselink.jdbc.batch-writing.size
Goto Forum:
  


Current Time: Thu Feb 13 10:51:20 GMT 2025

Powered by FUDForum. Page generated in 0.04517 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top