<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <%@ taglib uri="http://jakarta.apache.org/taglibs/log-1.0" prefix="log" %> <HEAD> <TITLE>Test debug</TITLE> </HEAD> <BODY> <h1>Test debug</h1> <log:debug>This is body content.</log:debug> <log:debug message="This is attribute content." /> <log:debug category="test1">This is body content in category test1.</log:debug> You should see output in the debug logs now. </BODY> </html>