Skip to content

Commit 6cb31f5

Browse files
committed
better visualization of long queries
1 parent 66f6bb1 commit 6cb31f5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

interceptors/CBOrmCollector.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ component extends="coldbox.system.Interceptor" {
4848
// Prepare log struct
4949
var logData = {
5050
"timestamp" : now(),
51-
"type" : "executeQuery()",
51+
"type" : "executeQuery",
5252
"sql" : arguments.interceptData.query,
5353
"params" : variables.debuggerConfig.cborm.logParams ? serializeJSON( arguments.interceptData.params ) : {},
5454
"unique" : arguments.interceptData.unique,

resources/assets/sass/App.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
padding: 10px 5px;
1616
line-height: 1.3;
1717
border-radius: 5px;
18+
overflow: auto;
19+
max-height: 300px;
1820
}
1921
}
2022

0 commit comments

Comments
 (0)