Skip to content

Commit 2e95fb0

Browse files
committed
Merge branch 'main' into add-zen-qa
2 parents ed32ff2 + deab612 commit 2e95fb0

3 files changed

Lines changed: 51 additions & 1 deletion

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
labels: bug
5+
---
6+
7+
## Bug report
8+
9+
**Describe the bug**
10+
A clear and concise description of what went wrong.
11+
12+
**To Reproduce**
13+
Steps to reproduce the behavior:
14+
1.
15+
2.
16+
3.
17+
18+
**Expected behavior**
19+
What you expected to happen.
20+
21+
**Actual behavior**
22+
What actually happened (include logs or error messages if possible).
23+
24+
**Environment**
25+
- OS: [e.g. Ubuntu 22.04, macOS 15.0, Windows 11]
26+
- Language version: [e.g. 18, 19, 20]
27+
- Framework: [e.g. Spring MVC, Javalin]
28+
- Environment: [local, Docker, cloud, etc.]
29+
- Aikido Package version: [e.g. 1.2.3]
30+
31+
**Additional context**
32+
Add any other details that might help troubleshoot.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
labels: enhancement
5+
---
6+
7+
## Feature request
8+
9+
**Describe the problem**
10+
What problem or limitation are you facing?
11+
12+
**Proposed solution**
13+
Describe the feature or improvement you’d like to see.
14+
15+
**Alternatives considered**
16+
Have you tried any workarounds or other approaches?
17+
18+
**Additional context**
19+
Add any other information, links, or examples that help explain the request.

agent_api/src/main/java/dev/aikido/agent_api/collectors/SQLCollector.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ public final class SQLCollector {
1111
private SQLCollector() {}
1212
private static final Logger logger = LogManager.getLogger(SQLCollector.class);
1313
public static void report(String sql, String dialect, String operation) {
14-
logger.trace("Scanning sql: %s, with dialect: %s", sql, dialect);
1514
// register statistics
1615
StatisticsStore.registerCall(operation, OperationKind.SQL_OP);
1716

0 commit comments

Comments
 (0)