Skip to content

Commit

Permalink
Make private note more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti committed Jan 8, 2025
1 parent f0acd46 commit b6320c1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
@@ -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
}
}
}

0 comments on commit b6320c1

Please sign in to comment.