Skip to content

Commit 5bee7ff

Browse files
committed
Enable diagnostics logging info level
1 parent 15c9701 commit 5bee7ff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

agent/agent-bootstrap/src/main/resources/applicationinsights.console.logback.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</appender>
99
<!-- never want to log apache http at trace or debug, it's just way to verbose -->
1010
<logger name="org.apache.http" level="${applicationinsights.logback.level.org.apache.http}" />
11+
<logger name="applicationinsights.diagnostics" level="info" />
1112
<root level="${applicationinsights.logback.level}">
1213
<appender-ref ref="CONSOLE" />
1314
</root>

agent/agent-bootstrap/src/main/resources/applicationinsights.file.logback.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
</appender>
1616
<!-- never want to log apache http at trace or debug, it's just way to verbose -->
1717
<logger name="org.apache.http" level="${applicationinsights.logback.level.org.apache.http}" />
18+
<logger name="applicationinsights.diagnostics" level="info" />
1819
<root level="${applicationinsights.logback.level}">
1920
<appender-ref ref="FILE" />
2021
</root>

0 commit comments

Comments
 (0)