-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
Describe the bug
when I using log some words with Chinese , the words in log file is normal , but console of IntelliJ IDEA print some messy words ....
Expected behavior
when I using log some words with Chinese , not only the words in log file is normal , but alose console of IntelliJ IDEA print normal words ....
Actual behavior
console of IntelliJ IDEA print chinese words to some messy words ....
How to Reproduce?
i uploaded the project , my project source code is here:
https://github.com/lizhou828/quarkus/blob/main/quarkus-helloworld.rar
Steps to reproduce the behavior:
1、run the project with "mvn compile quarkus:dev" in IntelliJ IDEA
2、access the url "http://localhost:9000/" then check the log file and console log info
3、 you will see the words in log file is normal encoding, but console of IntelliJ IDEA print some messy words ....
Output of uname -a
or ver
No response
Output of java -version
java version "21.0.3" 2024-04-16 LTS Java(TM) SE Runtime Environment Oracle GraalVM 21.0.3+7.1 (build 21.0.3+7-LTS-jvmci-23.1-b37) Java HotSpot(TM) 64-Bit Server VM Oracle GraalVM 21.0.3+7.1 (build 21.0.3+7-LTS-jvmci-23.1-b37, mixed mode, sharing)
Quarkus version or git rev
Quarkus version 3.13.0 git version 2.44.0.windows.1
Build tool (ie. output of mvnw --version
or gradlew --version
)
C:\Users\liz>mvn -version Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) Maven home: E:\Program Files\apache-maven-3.9.6 Java version: 21.0.3, vendor: Oracle Corporation, runtime: D:\ProgramFiles\graalvm-jdk-21_windows-x64_bin\graalvm-jdk-21.0.3+7.1 Default locale: zh_CN, platform encoding: UTF-8 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
Additional information
my project source code is here:
https://github.com/lizhou828/quarkus/blob/main/quarkus-helloworld.rar