<%-- * Copyright by Intland Software * * All rights reserved. * * This software is the confidential and proprietary information * of Intland Software. ("Confidential Information"). You * shall not disclose such Confidential Information and shall use * it only in accordance with the terms of the license agreement * you entered into with Intland. * * $Revision$ $Date$ --%> <%@ taglib uri="jstl-c" prefix="c" %> <%@ taglib uri="http://displaytag.sf.net" prefix="display" %> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> <%@ taglib uri="uitaglib" prefix="ui" %> Change Logging Configuration
Enter logging configuration changes and  
Following log levels has been changed:
LoggerPrevious levelNew level
${change.logger.name}

No changes made in log levels by the last submit.

Logging changes:
Specify the logging changes using the same format found in the log4j.properties file. The changes will be active until they are reverted or the server is restarted.
For example:
log4j.logger.com.intland.codebeamer.inbox=DEBUG
line will turn on DEBUG level logging of the "com.intland.codebeamer.inbox" package and its classes.