We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f6bb1 commit 6cb31f5Copy full SHA for 6cb31f5
interceptors/CBOrmCollector.cfc
@@ -48,7 +48,7 @@ component extends="coldbox.system.Interceptor" {
48
// Prepare log struct
49
var logData = {
50
"timestamp" : now(),
51
- "type" : "executeQuery()",
+ "type" : "executeQuery",
52
"sql" : arguments.interceptData.query,
53
"params" : variables.debuggerConfig.cborm.logParams ? serializeJSON( arguments.interceptData.params ) : {},
54
"unique" : arguments.interceptData.unique,
resources/assets/sass/App.scss
@@ -15,6 +15,8 @@
15
padding: 10px 5px;
16
line-height: 1.3;
17
border-radius: 5px;
18
+ overflow: auto;
19
+ max-height: 300px;
20
}
21
22
0 commit comments