Skip to content

Commit b6320c1

Browse files
committed
Make private note more visible
1 parent f0acd46 commit b6320c1

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Please provide the following information:
2525
### Logs
2626
[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.
2727

28-
_Be sure to remove any private information from the logs before posting!_
28+
⚠ BE SURE TO REMOVE ANY PRIVATE INFORMATION FROM THE LOGS BEFORE POSTING! ⚠
2929

3030
### Screenshots
3131
If applicable, add screenshots to help explain your problem.
Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
{
2-
"role": {
3-
"name": "testrolename",
4-
"instance": "testroleinstance"
5-
},
6-
"sampling": {
7-
"percentage": 100
8-
},
2+
"connectionString": "InstrumentationKey=bdd74e0e-3b7d-4428-94d0-b1de81633768;IngestionEndpoint=https://southeastasia-1.in.applicationinsights.azure.com/;LiveEndpoint=https://southeastasia.livediagnostics.monitor.azure.com/",
93
"instrumentation": {
10-
"logging": {
11-
"level": "warn"
4+
"jdbc": {
5+
"enabled": false
6+
}
7+
},
8+
"selfDiagnostics": {
9+
"destination": "file+console",
10+
"level": "INFO",
11+
"file": {
12+
"path": "applicationinsights_info.log",
13+
"maxSizeMb": 20,
14+
"maxHistory": 1
1215
}
1316
},
1417
"preview": {
15-
"captureLogbackCodeAttributes": true,
16-
"captureLogbackMarker": true
18+
"profiler": {
19+
"enabled": false
20+
}
1721
}
1822
}

0 commit comments

Comments
 (0)