log4j.rootLogger=ERROR, Console
log4j.logger.play=INFO
# Console
log4j.appender.Console=org.apache.log4j.ConsoleAppender
log4j.appender.Console.layout=org.apache.log4j.PatternLayout
log4j.appender.Console.layout.ConversionPattern=%d{ABSOLUTE} %-5p ~ %m%n
by this definition, I would expect not to see any DEBUG level messages in the console logs. But I see logging like the following every time there is a JPA query to the db:
13:36:44,253 DEBUG ~ select rdinvite0_.id as id17_, rdinvite0_.createdDate as createdD2_17_, rdinvite0_.email as email17_, rdinvite0_.invitationCode as invitati4_17_, rdinvite0_.invitedUserId as invitedU8_17_, rdinvite0_.invitedByUserId as invitedB9_17_, rdinvite0_.source as source17_, rdinvite0_.status as status17_, rdinvite0_.updatedDate as updatedD7_17_ from RDInvite rdinvite0_ where rdinvite0_.invitationCode=? limit ?
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To view this discussion on the web visit https://groups.google.com/d/msg/play-framework/-/Uiormjrv0fcJ.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
To post to this group, send email to play-framework@googlegroups.com.
To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To post to this group, send email to play-framework@googlegroups.com.
To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com.