I can not find the results of my logging calls. To log messages I tried both:
System.out.println(\"some message\");
and
I used to set LEVEL to SEVERE for testing
LEVEL
SEVERE
logger.log(Level.SEVERE, "test message");
It does not need changing any value in logging.properties