Start SonarQube10flash back, no detailed error log

SonarQube related information:
version:sonarqube-10.0.0.68432
Java version :java version “11.0.19” 2023-04-18 LTS
I can’t start my sonarqube normally and don’t output the corresponding detailed error log
Excuse me~ How should I get the WinSW.IgnoreLogAppender error log and solve this problem?
The following is the output error log:

2023-06-19 16:42:45,210 DEBUG - Starting WinSW in console mode
2023-06-19 16:42:48,005 DEBUG - Starting WinSW in console mode
2023-06-19 16:42:48,036 INFO  - Installing service 'SonarQube (SonarQube)'...
2023-06-19 16:42:48,099 INFO  - Service 'SonarQube (SonarQube)' was installed successfully.
2023-06-19 16:43:54,426 DEBUG - Starting WinSW in service mode
2023-06-19 16:43:54,510 INFO  - Starting java.exe  -Xms8m -Xmx32m -Djava.awt.headless=true --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED -cp "..\..\..\lib\sonar-application-10.0.0.68432.jar" "org.sonar.application.App" 
2023-06-19 16:43:54,582 INFO  - Started process 5216
2023-06-19 16:43:54,597 DEBUG - Forwarding logs of the process System.Diagnostics.Process (java) to WinSW.IgnoreLogAppender
2023-06-19 16:44:08,440 DEBUG - Starting WinSW in service mode
2023-06-19 16:44:08,495 INFO  - Starting java.exe  -Xms8m -Xmx32m -Djava.awt.headless=true --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED -cp "..\..\..\lib\sonar-application-10.0.0.68432.jar" "org.sonar.application.App" 
2023-06-19 16:44:08,519 INFO  - Started process 17560
2023-06-19 16:44:08,535 DEBUG - Forwarding logs of the process System.Diagnostics.Process (java) to WinSW.IgnoreLogAppender

Hey there.

What do the logs in the /logs/ directory say?

Hi~ The log said is
2023-06-19 16:42:45,210 DEBUG - Starting WinSW in console mode
2023-06-19 16:42:48,005 DEBUG - Starting WinSW in console mode
2023-06-19 16:42:48,036 INFO - Installing service ‘SonarQube (SonarQube)’…
2023-06-19 16:42:48,099 INFO - Service ‘SonarQube (SonarQube)’ was installed successfully.
2023-06-19 16:43:54,426 DEBUG - Starting WinSW in service mode
2023-06-19 16:43:54,510 INFO - Starting java.exe -Xms8m -Xmx32m -Djava.awt.headless=true --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED -cp “…....\lib\sonar-application-10.0.0.68432.jar” “org.sonar.application.App”
2023-06-19 16:43:54,582 INFO - Started process 5216
2023-06-19 16:43:54,597 DEBUG - Forwarding logs of the process System.Diagnostics.Process (java) to WinSW.IgnoreLogAppender
2023-06-19 16:44:08,440 DEBUG - Starting WinSW in service mode
2023-06-19 16:44:08,495 INFO - Starting java.exe -Xms8m -Xmx32m -Djava.awt.headless=true --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED -cp “…....\lib\sonar-application-10.0.0.68432.jar” “org.sonar.application.App”
2023-06-19 16:44:08,519 INFO - Started process 17560
2023-06-19 16:44:08,535 DEBUG - Forwarding logs of the process System.Diagnostics.Process (java) to WinSW.IgnoreLogAppender

Are those the logs inside your /logs/ directory, or the ones that were piped to your terminal window?

In the logs directory,the log file name is SonarServiceWrapper.wrapper.log

And there are no other log files?