-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
logs bug fix. #1382
logs bug fix. #1382
Conversation
.../sermant-agentcore-core/src/main/java/com/huaweicloud/sermant/core/common/LoggerFactory.java
Outdated
Show resolved
Hide resolved
7ff0c74
to
9652128
Compare
...re-core/src/main/java/com/huaweicloud/sermant/core/plugin/classloader/PluginClassLoader.java
Outdated
Show resolved
Hide resolved
9652128
to
bd816a0
Compare
4f3aae8
to
b56141e
Compare
b56141e
to
b834de2
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #1382 +/- ##
=============================================
- Coverage 42.74% 42.61% -0.13%
+ Complexity 3312 3309 -3
=============================================
Files 829 830 +1
Lines 18437 18489 +52
Branches 2036 2036
=============================================
- Hits 7881 7880 -1
- Misses 9573 9624 +51
- Partials 983 985 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -87,6 +87,9 @@ public static void install(String artifact, Map<String, Object> argsMap, Instrum | |||
artifactCache = artifact; | |||
adviserCache = new DefaultAdviser(); | |||
|
|||
// 初始化默认日志 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
字体编码不对,乱码了
【Fix issue】#1381
【Modified content】
[Use case description] No
[Self-test situation] 1. Local static check passed;
[Scope of influence] None