Tagged Questions
4
votes
4answers
5k views
Load java.util.logging.config.file for default initialization
I'm trying to load a custom log.properties file when my application is started.
My properties file is in the same package as my main class, so i assumed that the ...