kezhenxu94 commented on code in PR #12030:
URL: https://github.com/apache/skywalking/pull/12030#discussion_r1527462783
##########
dist-material/log4j2.xml:
##########
@@ -32,12 +32,22 @@
</Policies>
<DefaultRolloverStrategy max="30"/>
</RollingFile>
+ <Console name="Console" target="SYSTEM_OUT">
+ <PatternLayout>
+ <pattern>%m%n</pattern>
+ </PatternLayout>
+ <MarkerFilter marker="Server started" onMatch="ACCEPT"
onMismatch="DENY"/>
Review Comment:
What do you think if we rename the marker to something like `StandardOut` or
`Console`?
##########
changes/README.md:
##########
@@ -1 +1,9 @@
-## Changes are moved to [here](../docs/en/changes/)
+- Update log4j2.xml configurations in both apm-webapp and dist-material.
+
+- Add marker logging in ApplicationStartUp.java within apm-webapp.
+
+- Change the GRPCServer.java logging in the
oap-server/server-library/library-server to marker logging.
+
+- Fix console starts oapService.sh and webappService.sh scripts the startup
message is undisplayed.
+
+- Fix startup.sh starts oapService.sh and webappService.sh on the back-end,
the startup message is displayed on the console.
Review Comment:
Move these to `docs/en/changes/changes.md`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]