0 Replies Latest reply on Jan 11, 2005 8:46 AM by georgewinner

    Log4 Problem

    georgewinner

      Hello to all,

      I have a problem with the jboss & the log4j.

      The file the i have created for logging my messages jboss , writes to many messages for all the jars related for the application, which is not correct, Struts, jdom, jboss messages


      This makes the performance of the application to slow down..



      e.g , it prints to me all the queries executing from the CMP ENGINE.




      215516 DEBUG 11 Jan 2005 11:26:03,304 JDBCLoadEntityCommand.TeUser - Executing SQL: SELECT USER_NAME, USER_PWRD, FIRST_NAME, LAST_NAME, EMAIL1, TEL1, UNIT, LOGIN_ATTEMPTS, DIR, DG, INTERNALDGCODE, BUILDING, FLOOR, ROOMNUMBER, PHYSICALDELIVERYOFFICENAME, CONTRACTEXPIRYDATE, EMPLOYEENUMBER, EMPLOYEETYPE, GESTELNUMBER, LOCALITY, LOCATIONGROUP, COUNTRY, SOURCEORGANISATION, SEC, SER, HOBBIES, PERSONNAL_INFO, PROFESSIONAL_INFO, DELETED, GEM_ID, QUALIFICATION_NOTES, DEFAULT_LANG FROM TE_USER WHERE (USER_ID=?)
      215556 DEBUG 11 Jan 2005 11:26:03,344 JDBCLoadRelationCommand.TeUser - Executing SQL: SELECT SITE_USER_ID FROM TR_SITE_USER WHERE (USER_ID=?)
      215575 DEBUG 11 Jan 2005 11:26:03,363 JDBCLoadEntityCommand.TrSiteUser - Executing SQL: SELECT WEB_MASTER, ACTIVE, EXPIRATION_DATE, SITE_ID FROM TR_SITE_USER WHERE (SITE_USER_ID=?)
      215582 DEBUG 11 Jan 2005 11:26:03,370 JDBCLoadEntityCommand.TeSite - Executing SQL: SELECT LAST_ID FROM TE_SITE WHERE (SITE_ID=?)
      215595 DEBUG 11 Jan 2005 11:26:03,383 sessions.UserSessionBean - WE ARE IN LOGGIN PROCESS




      ANY HELP .......