From 15ef21f40d65216e30d03d9d13b00e793703712b Mon Sep 17 00:00:00 2001 From: jeffalder <49817386+jeffalder@users.noreply.github.com> Date: Mon, 1 Jun 2020 12:26:40 -0700 Subject: [PATCH] Minor typo fix (#467) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index deeb507495..439e21a62e 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ A simple wrapper for the OTLP exporter of opentelemetry-java. #### Logging Exporter The logging exporter simply prints the name of the span along with its -attributes to stdout. It is used manly for testing and debugging. +attributes to stdout. It is used mainly for testing and debugging. | System property | Environment variable | Purpose | |-----------------------------|-----------------------------|------------------------------------------------------------------------------| @@ -196,4 +196,4 @@ To turn on the agent's internal debug logging: `-Dio.opentelemetry.auto.slf4j.simpleLogger.defaultLogLevel=debug` Note these logs are extremely verbose. Enable debug logging only when needed. -Debug logging negatively impacts the performance of your application. \ No newline at end of file +Debug logging negatively impacts the performance of your application.