This content has been marked as final.
Show 1 reply
-
1. Re: Old style scenario's problem and logging.properties
objectiser Apr 23, 2013 6:37 AM (in response to steverosstalbot)You should just need to add:
org.pi4soa.level = FINEST
and also make sure the file based logger is set to record the appropriate level, e.g.
java.util.logging.FileHandler.level = FINEST
also suggest using the simple formatter, rather than xml:
java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter
Regards
Gary