steven0lisa / flying-saucer

Automatically exported from code.google.com/p/flying-saucer
0 stars 0 forks source link

Logging is not taking .count and .pattern into account #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
*** This issue was imported from http://java.net/jira/browse/XHTMLRENDERER-245

It was reported by cabsil on 05.06.2008 10:27:25 +0200 and last updated in the 
previous bug tracker on 20.07.2008 19:31:54 +0200

Found in
Operating System: All
Platform: All

The priority for this issue at migration was Major.

Original description: 
Impossible to configure a FileHandler for logging since the code for .pattern
and .count (amon others) aren't there.

Original issue reported on code.google.com by pdoubl...@gmail.com on 16 Feb 2011 at 9:52

GoogleCodeExporter commented 9 years ago
cabsil wrote on 05.06.2008 10:29:28 +0200:
The properties are set up through command line args when launching the app : 
-Dxr.util-logging.loggingEnabled=true
-Dxr.util-logging.handlers=java.util.logging.FileHandler
-Dxr.util-logging.java.util.logging.FileHandler.pattern=/var/log/adbox/xhtml.log
 -Dxr.util-logging.java.util.logging.FileHandler.level=INFO
-Dxr.util-logging.java.util.logging.FileHandler.limit=10000000
-Dxr.util-logging.java.util.logging.FileHandler.formatter=org.xhtmlrenderer.util
.XRSimpleLogFormatter
-Dxr.util-logging.java.util.logging.FileHandler.count=3

Original comment by pdoubl...@gmail.com on 16 Feb 2011 at 9:52

GoogleCodeExporter commented 9 years ago
pdoubleya wrote on 20.07.2008 19:31:54 +0200:
Will accept all JDK logging properties once fix is in.

Original comment by pdoubl...@gmail.com on 16 Feb 2011 at 9:52