diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 43383172a9a..1253b860fd1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -25,7 +25,7 @@ Please provide the following information: ### Logs [Turn on SDK logs](https://learn.microsoft.com/en-us/azure/azure-monitor/app/java-standalone-config#self-diagnostics) and attach/paste them to the issue. If using an application server, also attach any relevant server logs. -_Be sure to remove any private information from the logs before posting!_ +⚠ BE SURE TO REMOVE ANY PRIVATE INFORMATION FROM THE LOGS BEFORE POSTING! ⚠ ### Screenshots If applicable, add screenshots to help explain your problem. diff --git a/smoke-tests/apps/Logback/src/smokeTest/resources/applicationinsights.json b/smoke-tests/apps/Logback/src/smokeTest/resources/applicationinsights.json index 4fa01c4c3ea..fb554b8a375 100644 --- a/smoke-tests/apps/Logback/src/smokeTest/resources/applicationinsights.json +++ b/smoke-tests/apps/Logback/src/smokeTest/resources/applicationinsights.json @@ -1,18 +1,22 @@ { - "role": { - "name": "testrolename", - "instance": "testroleinstance" - }, - "sampling": { - "percentage": 100 - }, + "connectionString": "InstrumentationKey=bdd74e0e-3b7d-4428-94d0-b1de81633768;IngestionEndpoint=https://southeastasia-1.in.applicationinsights.azure.com/;LiveEndpoint=https://southeastasia.livediagnostics.monitor.azure.com/", "instrumentation": { - "logging": { - "level": "warn" + "jdbc": { + "enabled": false + } + }, + "selfDiagnostics": { + "destination": "file+console", + "level": "INFO", + "file": { + "path": "applicationinsights_info.log", + "maxSizeMb": 20, + "maxHistory": 1 } }, "preview": { - "captureLogbackCodeAttributes": true, - "captureLogbackMarker": true + "profiler": { + "enabled": false + } } }