We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff91fb commit 6c59275Copy full SHA for 6c59275
agent/agent-bootstrap/src/main/resources/rp-logger-config/diagnostics.appender.xml
@@ -1,3 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<included>
3
+ <property scope="local" name="ai.appsvc.logfile.name" value="application-insights-extension" />
4
+ <property scope="local" name="ai.appsvc.logfile.ext" value=".log" />
5
+ <property scope="local" name="ai.appsvc.logfile.old.ext" value="${ai.appsvc.logfile.ext}.old" />
6
7
<!-- internal troubleshooting/diagnostics logs -->
8
<appender name="DIAGNOSTICS_FILE" class="com.microsoft.applicationinsights.agent.shadow.ch.qos.logback.core.rolling.RollingFileAppender">
0 commit comments