Die nachfolgenden Inhalte sind nur in englischer Sprache verfĂĽgbar.

Information

  • General documentation can be found here.
  • Important namespaces for logging are described in the following table:
NamespaceDefault levelDescription
org.hibernateWARNlog messages hibernate emits - database interaction/mapping problems are logged here
org.hibernate.SQLINFOSQL related messages
com.mchangeWARNConnection pool related log messages - database connection problems are logged here
org.eclipse.jettyWARNweb server related messages (internal monitoring interface)
org.hibernate.type.descriptor.sql.BasicBinderWARNlog messages concerning Basic binder of SQL statements
org.eclipse.jetty.server.RequestLogINFOlog messages of the jetty server web request
org.python.nettyWARN
customizing.utilities.databaseWARNlog messages of jython database utilities
org.springframeworkINFOSpringframework related - ldap implementation
PLANTA namespaceDefault levelDescription
de.planta.serverINFOPLANTA Server messages
de.planta.server.hibernateINFOPLANTA Server messages - hibernate interface related
de.planta.server.hibernate.startupWARNPLANTA Server messages - startup/data dictionary related
de.planta.schedulerWARNSchedule related log messages
de.planta.serveradapterINFOServerAdapter related log messages
de.planta.serveradapter.ldapINFOLog messages of ldap implementation
Special namespacesDefault levelDescription
de.planta.server.nativeINFOlog messages from the native code
de.planta.server.pythonINFOlog messages from python code
de.planta.server.native.dbWARNlog messages of the db part in the native code
de.planta.server.native.client_socketINFOlog messages of the client socket in the native code
Junit Tests namespaceDefault levelDescription
org.dbunit.dataset.datatype.StringDataTypeERRORlog messages of db unit tests

Note

  • For detailed logback configuration documentation, please have a look at the logback manual.