This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
commit b564985d8fd5cab98fd915bac97e5704e5751a29 Author: Volkan Yazıcı <[email protected]> AuthorDate: Thu Sep 14 13:04:35 2023 +0200 Fix Markdown typo --- log4j-spring-cloud-config-sample-application/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/log4j-spring-cloud-config-sample-application/README.md b/log4j-spring-cloud-config-sample-application/README.md index ada42ef..d8f2771 100644 --- a/log4j-spring-cloud-config-sample-application/README.md +++ b/log4j-spring-cloud-config-sample-application/README.md @@ -24,7 +24,8 @@ project. The log4j2.xml file is located in the config-repo directory in that pro This sample packages the application in a docker container that is packaged with rabbit-mq (to allow dynamic updates from Spring Cloud Config), fluent-bit (to test as a log forwarder), Apache Flume (to test as a log forwarder), and Apache Kafka also as a log forwarder. It also installs Socat, a proxy to allow access to the Docker REST API. -###Prerequisites + +### Prerequisites Note: This guide assumes you already have docker installed. If you do not you may either use homebrew to install it or follow the instructions at https://docs.docker.com/docker-for-mac/install/.
