BZ #4: Logging messages with level SEVERE do not get logged by default
Status fields:
creation_ts: | 2005-07-19 15:46 |
component: | unspecified |
version: | unspecified |
rep_platform: | i386 |
op_sys: | Linux |
bug_status: | RESOLVED |
resolution: | FIXED |
reporter: | greenrd@greenrd.org |
When the attached test case is run, no output is produced. This is cacao cvs
from today with external classpath 0.17. Other VMs output to the console when a
SEVERE log message is logged. According to comments in classpath's
logging.properties file, the threshold should default to INFO (although I don't
know where else this is documented).
My guess is that this is because the logging.properties file cannot be found (if
you run with -v you see a FileNotFoundException).
Attachment id=2
date: | 2005-07-19 15:46 |
desc: | test case |
type: | text/x-java |
download: | Test.java |