Community
Participate
Working Groups
I found the settings <property name="eclipselink.logging.level" value="INFO" /> <property name="eclipselink.logging.level.sql" value="FINE" /> to configure the EclipseLink logger individually, which is very nice. However, the generated SQL that is sent to the DB is unformatted - pretty unreadable. Hibernate uses <property name="hibernate.format_sql" value="true" /> for that purpose and it's quite nice. Please add an option and functionality to format the generated SQL, like <property name="eclipselink.logging.format.sql" value="TRUE" />
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink