Where should I place the logging.properties file to be available for the code?
LogManager.getLogManager().readConfiguration(new FileInputStream("logging.properties"));
Curently there is a IOException because the file is not found.
This is my idea project structure. I tried to place it in src and in src\main.
