This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 58e823c  Fix formatting in 
log4j-spring-cloud-config-sample-application README (#461)
58e823c is described below

commit 58e823c1915af025150301ee31fe72a06143a5dc
Author: Marcin ZajÄ…czkowski <[email protected]>
AuthorDate: Tue Jan 19 16:01:46 2021 +0100

    Fix formatting in log4j-spring-cloud-config-sample-application README (#461)
---
 .../log4j-spring-cloud-config-sample-application/README.md          | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/README.md
 
b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/README.md
index 59311e3..686be3a 100644
--- 
a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/README.md
+++ 
b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/README.md
@@ -1,4 +1,4 @@
-#Log4j Spring Cloud Sample Application
+# Log4j Spring Cloud Sample Application
 
 This application uses Spring Boot and reads the logging configuration from the 
companion Spring Cloud Config Server
 project. The log4j2.xml file is located in the config-repo directory in that 
project.
@@ -20,7 +20,7 @@ brew install kafka
 zookeeper-server-start /usr/local/etc/kafka/zookeeper.properties & 
kafka-server-start /usr/local/etc/kafka/server.properties
 ```
 
-###Starting the Application
+### Starting the Application
 * Start the companion rabbit-mq, fluent-bit and flume images `./docker/up.sh`
 * Compile and start local application image `./docker/restartApp.sh`
 * The application exposes two endpoints.
@@ -29,7 +29,7 @@ zookeeper-server-start 
/usr/local/etc/kafka/zookeeper.properties & kafka-server-
     1. http://localhost:8080/sample/exception This endpoint generates an 
exception that can be used to verify whether
     multiline logging works with the chosen set of components.
 
-###Viewing the logs
+### Viewing the logs
 
 Accessing the log files varies depending on the appending being used. When 
logging to the console "docker logs" may 
 be used. As configured, Flume will write to files in /var/log/flume, 
fluent-bit to the standard output of its container.

Reply via email to