Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7892539
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T06:53:46+00:00 2026-06-03T06:53:46+00:00

I suddenly get a lot of very verbose debug information when running de Playframework

  • 0

I suddenly get a lot of very verbose debug information when running de Playframework with Debug logging. I don’t know how this came about, and cannot see how to change it. I use the DEBUG level for my own logging, but my own log messages are now swallowed up big the DEBUG output of the framework, which is fast.

The only thing I have done (I think) is called the ‘play dependencies’ which might have downloaded maybe never versions of loggers etc.

Also, as I added a dependency myself I used the –verbose command while running ‘dependencies’ but this should not influence the running of the framework itself I would think. I cannot find anything in the documentation. Anybody who can help me to change this. I attached a small sample of the DEBUG output for illustration.

(edit: I am using Play! 1.2.4. Whatever logging level I set in the config file, the DEBUG info keeps displaying)

14:32:26.626 [play-thread-1] DEBUG org.hibernate.jdbc.AbstractBatcher
– about to open ResultSet (open ResultSets: 0, globally: 0) 14:32:26.627 [play-thread-1] DEBUG org.hibernate.loader.Loader –
result row: EntityKey[models.User#1] 14:32:26.627 [play-thread-1]
DEBUG org.hibernate.jdbc.AbstractBatcher – about to close ResultSet
(open ResultSets: 1, globally: 1) 14:32:26.627 [play-thread-1] DEBUG
org.hibernate.jdbc.AbstractBatcher – about to close PreparedStatement
(open PreparedStatements: 1, globally: 1) 14:32:26.627 [play-thread-1]
DEBUG o.h.e.StatefulPersistenceContext – initializing non-lazy
collections 14:32:26.630 [play-thread-1] DEBUG
org.hibernate.jdbc.AbstractBatcher – about to open PreparedStatement
(open PreparedStatements: 0, globally: 0) 14:32:26.630 [play-thread-1]
DEBUG org.hibernate.SQL – select user0_.id as id5_, user0_.addDate as
addDate5_, user0_.lastUpdate as lastUpdate5_, user0_.app_id as
app11_5_, user0_.blocked as blocked5_, user0_.email as email5_,
user0_.firstName as firstName5_, user0_.lastName as lastName5_,
user0_.passwordHash as password8_5_, user0_.userName as userName5_,
user0_.userType as userType5_ from User user0_ where user0_.userName=?
limit ? 14:32:26.631 [play-thread-1] DEBUG
org.hibernate.jdbc.AbstractBatcher – about to open ResultSet (open
ResultSets: 0, globally: 0) 14:32:26.631 [play-thread-1] DEBUG
org.hibernate.loader.Loader – result row: EntityKey[models.User#1]
14:32:26.631 [play-thread-1] DEBUG org.hibernate.jdbc.AbstractBatcher
– about to close ResultSet (open ResultSets: 1, globally: 1) 14:32:26.631 [play-thread-1] DEBUG org.hibernate.jdbc.AbstractBatcher
– about to close PreparedStatement (open PreparedStatements: 1, globally: 1) 14:32:26.631 [play-thread-1] DEBUG
o.h.e.StatefulPersistenceContext – initializing non-lazy collections
14:32:26.634 [play-thread-1] DEBUG org.hibernate.jdbc.AbstractBatcher
– about to open PreparedStatement (open PreparedStatements: 0, globally: 0) 14:32:26.634 [play-thread-1] DEBUG org.hibernate.SQL –
select user0_.id as id5_, user0_.addDate as addDate5_,
user0_.lastUpdate as lastUpdate5_, user0_.app_id as app11_5_,
user0_.blocked as blocked5_, user0_.email as email5_, user0_.firstName
as firstName5_, user0_.lastName as lastName5_, user0_.passwordHash as
password8_5_, user0_.userName as userName5_, user0_.userType as
userType5_ from User user0_ where user0_.userName=? limit ?
14:32:26.635 [play-thread-1] DEBUG org.hibernate.jdbc.AbstractBatcher
– about to open ResultSet (open ResultSets: 0, globally: 0) 14:32:26.635 [play-thread-1] DEBUG org.hibernate.loader.Loader –
result row: EntityKey[models.User#1] 14:32:26.635 [play-thread-1]
DEBUG org.hibernate.jdbc.AbstractBatcher – about to close ResultSet
(open ResultSets: 1, globally: 1) 14:32:26.635 [play-thread-1] DEBUG
org.hibernate.jdbc.AbstractBatcher – about to close PreparedStatement
(open PreparedStatements: 1, globally: 1) 14:32:26.635 [play-thread-1]
DEBUG o.h.e.StatefulPersistenceContext – initializing non-lazy
collections 14:32:26.637 [play-thread-1] DEBUG
org.hibernate.jdbc.AbstractBatcher – about to open PreparedStatement
(open PreparedStatements: 0, globally: 0) 14:32:26.637 [play-thread-1]
DEBUG org.hibernate.SQL – select user0_.id as id5_, user0_.addDate as
addDate5_, user0_.lastUpdate as lastUpdate5_, user0_.app_id as
app11_5_, user0_.blocked as blocked5_, user0_.email as email5_,
user0_.firstName as firstName5_, user0_.lastName as lastName5_,
user0_.passwordHash as password8_5_, user0_.userName as userName5_,
user0_.userType as userType5_ from User user0_ where user0_.userName=?
limit ? 14:32:26.638 [play-thread-1] DEBUG
org.hibernate.jdbc.AbstractBatcher – about to open ResultSet (open
ResultSets: 0, globally: 0) 14:32:26.638 [play-thread-1] DEBUG
org.hibernate.loader.Loader – result row: EntityKey[models.User#1]
14:32:26.638 [play-thread-1] DEBUG org.hibernate.jdbc.AbstractBatcher
– about to close ResultSet (open ResultSets: 1, globally: 1) 14:32:26.638 [play-thread-1] DEBUG org.hibernate.jdbc.AbstractBatcher
– about to close PreparedStatement (open PreparedStatements: 1, globally: 1)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T06:53:48+00:00Added an answer on June 3, 2026 at 6:53 am

    These log messages are from the logback library. Add logback.xml configuration file to the classpath.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Yesterday I testet a lot on my device. Suddenly I get this error message
Using Entity Framework, I suddenly get this strange error after publishing my asp.net mvc
I suddenly get hundreds of these lines in my console log running a process
I need help. I am working with an arraylist, and suddenly I get this
I have some Lotus Notes clients that looses server connection. They suddenly get server
I'm receiving suddenly this error on a Win2003 Server Web Application: Microsoft VBScript runtime
So logging in to my site has suddenly stopped working... I haven't changed the
So, this article looks at how to get the color from an image in
I know there are a lot of these topics around but none seem to
Good day, For work I am suddenly required to know Perl, and though I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.