Skip to content

Commit cb36e2a

Browse files
committed
Polish readme
1 parent 59b4692 commit cb36e2a

File tree

1 file changed

+6
-5
lines changed
  • azure-application-insights-spring-boot-starter

1 file changed

+6
-5
lines changed

azure-application-insights-spring-boot-starter/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Start your spring boot application as usual and in few minutes you'll start gett
3737

3838
**Additional Configuration**
3939

40-
*Sending custom telemetry*
40+
#### Sending custom telemetry
4141
```java
4242
@RestController
4343
public class TelemetryController {
@@ -53,8 +53,9 @@ public class TelemetryController {
5353
```
5454

5555

56-
*Sending logs to the application insights*
57-
follow the instructions from (Spring Boot logging documentation)[https://docs.spring.io/spring-boot/docs/current/reference/html/howto-logging.html] to configure custom logback or log4j2 appender.
56+
#### Sending logs to the application insight
57+
58+
Follow the instructions from (Spring Boot logging documentation)[https://docs.spring.io/spring-boot/docs/current/reference/html/howto-logging.html] to configure custom logback or log4j2 appender.
5859
`logback-spring.xml`
5960
```xml
6061
<appender name="aiAppender"
@@ -79,7 +80,7 @@ follow the instructions from (Spring Boot logging documentation)[https://docs.sp
7980
</Configuration>
8081
```
8182

82-
*Register own telemetry module, processor or initializer by defining it as a bean in the configuration*
83+
#### Register own telemetry module, processor or initializer by defining it as a bean in the configuration
8384
```java
8485
@SpringBootApplication
8586
public class MyApplication {
@@ -111,7 +112,7 @@ public class MyApplication {
111112
```
112113

113114

114-
*Configure more parameters using `application.properties`*
115+
#### Configure more parameters using `application.properties`
115116
```properties
116117
# Enable/Disable tracking
117118
azure.application-insights.enabled=true

0 commit comments

Comments
 (0)