/etc/jets3t/simplelog.properties is in jets3t 0.8.1+dfsg-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # Configuration file for logging when the Commons Logging is set to use
# org.apache.commons.logging.impl.SimpleLog (in commons-logging.properties)
# Default logging level for all loggers
org.apache.commons.logging.simplelog.defaultlog=warn
# Show long logger name?
org.apache.commons.logging.simplelog.showlogname=false
# Show short logger name?
org.apache.commons.logging.simplelog.showShortLogname=true
# Show date and time?
org.apache.commons.logging.simplelog.showdatetime=true
# Logging level for named loggers
# org.apache.commons.logging.simplelog.log.xxxxx=info
# org.apache.commons.logging.simplelog.log.org.apache.fop.pdf=trace
|