-
Notifications
You must be signed in to change notification settings - Fork 173
Accessing log messages of Hydrogen
theGreatWhiteShark edited this page Nov 2, 2023
·
2 revisions
The log messages of Hydrogen do help us a lot when debugging your issues. Especially when it comes to crashes or problems during startup.
You can tell Hydrogen to create them by starting the application as described below and than just copy & paste all output into your issue.
Open a terminal and start Hydrogen using the following command
hydrogen -VDebug
Open the Command Prompt
and enter the following command:
start /b "" "C:\Program Files\Hydrogen\hydrogen.exe" --verbose "DEBUG"
You can also set the log level and open the log form within Hydrogen. If you struggle with the approaches above, this might be your way to go. However, since the log level is not set from the beginning you might miss some important messages during startup.
- Set the log level
-
Try to reproduce the behaviour you want to report
-
Open the log