Where is your logging.properties file located? It should be available in the root of the classpath. As a sanity check, what does the following code print?

CopySystem.out.println(getClass().getClassLoader().getResource("logging.properties"));

If the code is in a static context, use

CopySystem.out.println(ClassName.class.getClassLoader().getResource("logging.properties"));
Answer from sjr on Stack Overflow
🌐
GitHub
gist.github.com › rendoaw › 98f90ddb13c6d017983b
JAVA Log File Location · GitHub
* <user.home>/.java/deployment/log on UNIX, Linux * ~/Library/Application Support/Oracle/Java/Deployment/log on Mac OS X * <User Application Data Folder>\Sun\Java\Deployment\log on Windows · If the environment variable USER_JPI_PROFILE is set ...
🌐
Windows 10 Forums
tenforums.com › general-support › 96907-accessing-java-log.html
Accessing the Java log? - Windows 10 Help Forums
October 31, 2017 - I've just switched on the 'Enable logging' option via Settings > Control Panel > Java But on trying to access the log file at C:\Windows\System32\config\systemprofile\AppData\LocalLow\Sun\Java\Deployment\log I got the message: "Windows cannot access the specified device, path or file.
🌐
Windows 10 Forums
windows10forums.com › windows 10 forums › windows 10 support
Accessing the Java log? | Windows 10 Forums
October 31, 2017 - I've just switched on the 'Enable logging' option via Settings > Control Panel > Java · But on trying to access the log file at C:\Windows\System32\config\systemprofile\AppData\LocalLow\Sun\Java\Deployment\log I got the message: "Windows cannot access the specified device, path or file.
🌐
BCCNsoft
doc.bccnsoft.com › docs › jdk7-docs › technotes › guides › deployment › deployment-guide › tracing_logging.html
Tracing and Logging
The default location (directory) of the trace and log files is: ... If the environment variable USER_JPI_PROFILE is set to <user plugin home> then the trace and log files will be written to: <user plugin home>/.java/deployment/log on Unix/Linux · <user plugin home>\Sun\Java\Deployment\log on ...
🌐
Customer Support
support.quotemedia.com › support › solutions › articles › 13000005197-enabling-and-capturing-java-logs-windows-
Enabling and Capturing Java Logs (Windows) : Customer Support
February 7, 2017 - 1. Depending on your version of Windows, select 'All Programs,' Or 'All Apps,' from the window start menu. Scroll down to the folder for Java, within that folder you should see an entry for Configure Java.
🌐
Oracle
java.com › en › download › help › log_files.html
Java software installation log files
In the Command Prompt window Type: <Java download file name> .exe /LV* %TEMP%\jreMSI.log Where <Java download file name> is name of the file you downloaded.
🌐
Oracle
docs.oracle.com › javase › 7 › docs › technotes › guides › jweb › jcp › tracing_logging.html
Tracing and Logging
If the environment variable ... Linux · <user plugin home>/Library/Application Support/Oracle/Java/Deployment/log on Mac OS X · <user plugin home>\Sun\Java\Deployment\log on Windows...
🌐
Oracle
docs.oracle.com › javase › 8 › docs › technotes › guides › deploy › console_trace_log.html
22 Java Console, Tracing, and Logging
April 21, 2026 - If the environment variable ... Linux · <user plugin home>/Library/Application Support/Oracle/Java/Deployment/log on macOS · <user plugin home>\Sun\Java\Deployment\log on Windows Contents Previous Next...
Find elsewhere
🌐
IBM
ibm.com › docs › en › tivoli-monitoring › 6.3.0.2
Enabling tracing for the JRE - IBM Documentation
December 19, 2024 - The logs for the Web Start client ... the logs for the Web Start client are located in the C:\Documents and Settings\Administrator\Application Data\IBM\Java......
🌐
Rollbar
rollbar.com › home › where are java errors logged?
Where are Java Errors Logged? | Rollbar
June 11, 2021 - Whenever the console is closed, these messages are lost as they cannot be stored in any permanent location. To overcome this problem, developers use Java logging frameworks which are responsible for storing data to any other location such as a file or a database.
🌐
Hitachi Vantara
docs.hitachivantara.com › r › en-us › virtual-storage-platform-e-series › 93-07-2x › mk-97hm85028 › troubleshooting › troubleshooting-secondary-windows › saving-java-log-and-trace-files
Saving Java log and trace files
Loading Hitachi Vantara Product Documentation Portal · About us · Hitachi Vantara · Hitachi, Ltd · Legal · Learn · Resource Library · Infrastructure Training · Pentaho Training · Need help
🌐
VOX
vox.veritas.com › communities › netbackup
Where all Java console logs are saved ? | VOX
July 21, 2009 - ## Instead of setting the following to get these cmdlines printed to the ## log file, an alternative on supported UNIX platforms is to start the GUI ## with -lc cmdline option. This will effect only the one instance of the ## GUI. This is not available on the Windows platforms.
🌐
Micro Focus
microfocus.com › documentation › idol › IDOL_12_13 › Find_12.13_Documentation › admin › Content › ConfigSystemProps › ConfigureLogLocation.htm
Configure the Log File Locations - Micro Focus
At the command line, send the java run command with the logging.path argument set to the location where you want to store your log files. For example: java -Dlogging.path=[log file directory] -Didol.find.home=[home directory] -Dserver.port=[port] -jar find.war · Restart Find to apply your configuration changes. Find creates the specified directory if it does not exist, as long as the service has the appropriate permissions. It creates the logs directly in the specified directory. If you run Find as a service on Windows, you can also add the logging.path property to the find.xml file.
🌐
IBM
ibm.com › docs › en › content-manager › 8.7.0
Log file locations - IBM Documentation
February 21, 2025 - The default log file for the Java APIs is ${user.name}.dklog.log. ${user.name} is the computer system logon user ID. The default location of this file is: Windows · IBMCMROOT\log\connectors · AIX and Linux · /home/ibmcmadm/log/connectors · While IBM values the use of inclusive language, terms that are outside of IBM's direct influence, for the sake of maintaining user understanding, are sometimes required.
🌐
Oracle
docs.oracle.com › cd › E19857-01 › 821-0980 › bhalu › index.html
Viewing Events (Windows) (Sun Java System Web Server 6.1 SP12 Administrator's Guide)
The Application log appears in the Event Viewer. Errors from Sun Java System Web Server has a source label of https-serverid or WebServer6.1.
🌐
JetBrains
intellij-support.jetbrains.com › hc › en-us › articles › 207241085-Locating-IDE-log-files
Locating IDE log files – IDEs Support (IntelliJ Platform) | JetBrains
The easiest way to find the product log file is the Help menu, the item name would depend on the IDE version and OS: Show Log in Explorer Show Log in Finder Show Log in Konqueror/Nautilus Reveal L...